Hi, i would like to add a new module position at the very top of the template before header(logo, icons...)
Please help me, in which file should i change something and what code to add please?
Thank you very much for your help.
<?php if( $this->modules('MyOwnTopBanner')) : ?>
<div class="clear clearfix">
<jdoc:include type="modules" name="MyOwnTopBanner" style="<?php echo $this->module_styles['MyOwnTopBanner']; ?>" />
</div>
<?php endif; ?>
testeuse wrote:Oh, thank you so much !!
i wanted it at the very topof the site before the logo, i aded th code in logo.php and it is perfect.
Thank you, really !!