Changeset 10812 for trunk/tags.php


Ignore:
Timestamp:
May 7, 2011, 5:55:10 PM (14 years ago)
Author:
mistic100
Message:

merge spread_menus to the core

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tags.php

    r8728 r10812  
    192192}
    193193
     194// include menubar
     195$themeconf = $template->get_template_vars('themeconf');
     196if (!isset($themeconf['Exclude']) OR !in_array('theTagsPage', $themeconf['Exclude']))
     197{
     198  include( PHPWG_ROOT_PATH.'include/menubar.inc.php');
     199}
     200
    194201include(PHPWG_ROOT_PATH.'include/page_header.php');
    195202$template->pparse('tags');
Note: See TracChangeset for help on using the changeset viewer.