Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • chanton Friend
    #138284

    How to hide the title of “On this page” Module?

    scotty Friend
    #292315

    On line 203 of ja_zeolite/index.php find…
    [php]
    <?php if ($hasSubnav) : ?>
    <div id=”ja-subnav” class=”module_menu”><div><div><div>
    <h3>On this page</h3>
    <?php if ($jamenu) $jamenu->genMenu (1,1); ?>
    </div></div></div></div>
    <?php endif; ?>[/php]and change to…
    [PHP]<?php if ($hasSubnav) : ?>
    <div id=”ja-subnav” class=”module_menu”><div><div><div>
    <?php if ($jamenu) $jamenu->genMenu (1,1); ?>
    </div></div></div></div>
    <?php endif; ?>[/PHP]

    Phill Moderator
    #292317

    It is part of the split menu system I believe but I haven’t time to look right now. You can kill that box by changing menu type in template manager to moo or css.

    *edit Scotty beat me to it

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

This topic contains 3 replies, has 3 voices, and was last updated by  Phill 15 years, 9 months ago.

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