Changeset 23399 for trunk/index.php


Ignore:
Timestamp:
Jun 20, 2013, 4:35:16 PM (11 years ago)
Author:
mistic100
Message:

feature:2832 Provide better integration of plugins adding a all new section
don't need for an extra file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r23396 r23399  
    120120include( PHPWG_ROOT_PATH.'include/menubar.inc.php');
    121121
     122$template->set_filename('index', 'index.tpl');
    122123
    123124// +-----------------------------------------------------------------------+
     
    128129  //----------------------------------------------------- template initialization
    129130  $page['body_id'] = 'theCategoryPage';
    130 
    131   $template->set_filename('index', 'index.tpl');
    132131 
    133132  if (isset($page['flat']) or isset($page['chronology_field']))
     
    336335  }
    337336}
    338 // +-----------------------------------------------------------------------+
    339 // |  other pages (added by plugins)                                       |
    340 // +-----------------------------------------------------------------------+
    341 else
    342 {
    343   $template->set_filename('index', 'common_page.tpl');
    344 }
    345337
    346338//------------------------------------------------------------ end
Note: See TracChangeset for help on using the changeset viewer.