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:
chrisaga 2006-05-22 17:41:32 +00:00
parent e7577ab3c8
commit 58bce5eb42

View file

@ -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;"' : '')
));