Changeset 1318


Ignore:
Timestamp:
May 22, 2006, 7:41:32 PM (18 years ago)
Author:
chrisaga
Message:

remove : obsolete code (see bug 372)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1_6/include/page_header.php

    r1304 r1318  
    3131$template->set_filenames(array('header'=>'header.tpl'));
    3232
    33 $css = PHPWG_ROOT_PATH.'template/'.$user['template'];
    34 $css.= '/'.$user['template'].'.css';
    35 
    3633$template->assign_vars(
    3734  array(
     
    5350    'DIR'=>$lang_info['direction'],
    5451
    55     'T_STYLE' => $css,
    5652    'TAG_INPUT_ENABLED' => ((is_adviser()) ? 'disabled onclick="return false;"' : '')
    5753    ));
Note: See TracChangeset for help on using the changeset viewer.