Ignore:
Timestamp:
Aug 16, 2008, 3:32:37 AM (16 years ago)
Author:
rvelices
Message:
  • optim dont include a php file if not required
  • eng lang small change
  • remove link to unexisting admin css
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/common.inc.php

    r2413 r2476  
    190190if
    191191  (
    192       defined('IN_ADMIN') and IN_ADMIN 
     192      defined('IN_ADMIN') and IN_ADMIN
    193193  )
    194194{
     
    197197  list($user['admin_template'], $user['admin_theme']) =
    198198    explode ('/', $conf['admin_layout']);
    199   $template = new Template(PHPWG_ROOT_PATH.'admin/template/' 
     199  $template = new Template(PHPWG_ROOT_PATH.'admin/template/'
    200200    . $user['admin_template'], $user['admin_theme'] );
    201201}
     
    264264if (!empty($conf['filter_pages']) and get_filter_page_value('used'))
    265265{
    266   include(PHPWG_ROOT_PATH.'include/functions_filter.inc.php');
    267266  include(PHPWG_ROOT_PATH.'include/filter.inc.php');
    268267}
Note: See TracChangeset for help on using the changeset viewer.