diff options
author | chrisaga <chrisaga@piwigo.org> | 2006-04-29 09:49:16 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2006-04-29 09:49:16 +0000 |
commit | 360e21242f78ae87466996febff2b5edbf0c33f7 (patch) | |
tree | 02f75569c062828f96da38637cd4c8ce4408906b | |
parent | aaea0a1653e42bfa2db8e5be2e36f5e22be16631 (diff) |
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
Diffstat (limited to '')
-rw-r--r-- | include/page_header.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/page_header.php b/include/page_header.php index f1f10cf56..4527f1563 100644 --- a/include/page_header.php +++ b/include/page_header.php @@ -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' : '') )); |