mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-03 08:22:24 +02:00
Remove useless code : old css link obsolete and unused for PWG > 1.5.x
git-svn-id: http://piwigo.org/svn/trunk@1289 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -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' : '')
|
||||
));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user