We moved to new unified forum!

Please post all new support queries in our New Forum.

T3 Community Discussion & Support

Let's build the best free Joomla template framework, together!
  1. jerome
  2. General Discussion
  3. Monday, 07 July 2014
  4.  Subscribe via email
To get the customization I needed I added a custom load block in the header.php like so

 <div class="head-search<?php $this->_c('head-search') ?>">
<!-- custom menu-->
<?php $this->loadBlock ('topnav') ?>
<!-- custom menu end-->
<jdoc:include type="modules" name="<?php $this->_p('head-search') ?>" style="T3Xhtml" />
</div>


Is it ok to use that format of code in the header.php or should the
<?php $this->loadBlock ('topnav') ?>
format always be in the default-content-right.php file?
Comment
There are no comments made yet.
Accepted Answer Pending Moderation
0
Votes
Undo
Hi

It's ok to use in the header.php. Please note that, you can use it in any block.

Gardner.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Anytime, Jerome :)
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.