Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Ian Friend
    #176883

    Hi, i would like add this condition

    <?php if (JRequest::getVar(‘view’)==’category’) { ?>
    <jdoc:include type=”modules” name=”left1″ />
    <?php } ?>

    for the modules that are at left position, at others templates it is easy, but with T3 wich is the proper syntax for above and where can i add it?

    Thanks

    Ninja Lead Moderator
    #452334

    Hi there,

    You can customize position on T3 framework

    Go to folder <blockquote>plugins/system/jat3/jat3/base-themes/default/blocks </blockquote>copy file you need to customize <blockquote>header.php, mainnav.php, footer.php…..</blockquote> to <blockquote>templates/ja_tiris/blocks</blockquote> and add wrap code below into the file

    [PHP]<?php if (JRequest::getVar(‘view’)==’category’) { ?>
    <jdoc:include type=”modules” name=”left1″ />
    <?php } ?>[/PHP]

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Ninja Lead 12 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum