Changeset 10812 for trunk/comments.php


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

merge spread_menus to the core

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/comments.php

    r9679 r10812  
    528528  }
    529529}
     530
     531// include menubar
     532$themeconf = $template->get_template_vars('themeconf');
     533if (!isset($themeconf['Exclude']) OR !in_array('theCommentsPage', $themeconf['Exclude']))
     534{
     535  include( PHPWG_ROOT_PATH.'include/menubar.inc.php');
     536}
     537
    530538// +-----------------------------------------------------------------------+
    531539// |                           html code display                           |
Note: See TracChangeset for help on using the changeset viewer.