Top menu bar

Discussion in 'TemplateCodes' started by danth6961, Apr 22, 2010.

  1. danth6961 Guest

    What version of 68 Classifieds are you running?
    Example: V4.1.10

    What template are you using?
    Sigma Black

    David, I was wondering how difficult it would be to remove the "pages" link from the top menu bar. I would like to keep the added pages to the accordian menu and the bottom. I just want to remove the pages drop down link.

    Thanks
  2. seymourjames All Hands On Deck

    Sure - layout.tpl file - remove this code

    {if !empty($templatepages)}
    <li><a href="{$smarty.const.URL}/">{$smarty.const.MOD_LANG_TEMPLATECODES_TEMPLATE_PAGES}</a>
    <ul>
    {foreach from=$templatepages item="entry"}
    <li><a href="{$smarty.const.URL}/pages.php?pg={$entry.pURI}">{$entry.pPageTitle}</a></li>
    {/foreach}
    </ul>
    </li>
    {/if}

    or if you have a early version you may not have the {if !empty($templatepages)}
    .... {/if}

Share This Page