Changeset 10812 for trunk/tags.php
- Timestamp:
- May 7, 2011, 5:55:10 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tags.php
r8728 r10812 192 192 } 193 193 194 // include menubar 195 $themeconf = $template->get_template_vars('themeconf'); 196 if (!isset($themeconf['Exclude']) OR !in_array('theTagsPage', $themeconf['Exclude'])) 197 { 198 include( PHPWG_ROOT_PATH.'include/menubar.inc.php'); 199 } 200 194 201 include(PHPWG_ROOT_PATH.'include/page_header.php'); 195 202 $template->pparse('tags');
Note: See TracChangeset
for help on using the changeset viewer.