remove : obsolete code (see bug 372)
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1318 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
e7577ab3c8
commit
58bce5eb42
1 changed files with 0 additions and 4 deletions
|
@ -30,9 +30,6 @@
|
|||
//
|
||||
$template->set_filenames(array('header'=>'header.tpl'));
|
||||
|
||||
$css = PHPWG_ROOT_PATH.'template/'.$user['template'];
|
||||
$css.= '/'.$user['template'].'.css';
|
||||
|
||||
$template->assign_vars(
|
||||
array(
|
||||
'GALLERY_TITLE' =>
|
||||
|
@ -52,7 +49,6 @@ $template->assign_vars(
|
|||
'LANG'=>$lang_info['code'],
|
||||
'DIR'=>$lang_info['direction'],
|
||||
|
||||
'T_STYLE' => $css,
|
||||
'TAG_INPUT_ENABLED' => ((is_adviser()) ? 'disabled onclick="return false;"' : '')
|
||||
));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue