i wonder how to place a new footer position. I want a position at the bottom where i can place a mod_custom which goes over the whole width. Tried to place it in position footer_nav, but it won't show, respectively in a special altered way. So i think the simplest way to do that is to copy the following code (banner) into the footer position (in layouts/default.php:
- Code: Select all
<?php if( $this->countModules('banner1') ): ?>
<div id="banner1" class="head clearfix">
<jdoc:include type="modules" name="banner1" style="none" />
</div>
<?php endif; ?>
It works so far, but i lost the mod_custom styling. an someone tell me to do that right? (I have tried to replace the style"none".
thanks markus