I have added a top nav menu but just noticed that when I view a category list page, all the modules appear at the bottom of the page like this: http://ffres.org/cms2/index.php?option=com_content&view=category&layout=blog&id=48&Itemid=476
Is there anything wrong with the code on the altered default.php page? Here is the bit I added:
- Code: Select all
<?php $this->layout->loadBlock('top'); ?>
<section id="gkPage"> <?php if( $this->API->modules('topnav')) : ?>
<div id="gkTopNav" class="clear clearfix">
<jdoc:include type="modules" name="topnav" style="<?php echo $this->module_styles['topnav']; ?>" />
</div>
<?php endif; ?>
<?php $this->layout->loadBlock('main'); ?>
If anyone could advise I would be most grateful. Sorry I was so busy getting the homepage sorted forgot to check on the category views so not sure when it went awry.