aboutsummaryrefslogtreecommitdiffstats
path: root/include/page_header.php
diff options
context:
space:
mode:
authorchrisaga <chrisaga@piwigo.org>2006-04-29 09:49:16 +0000
committerchrisaga <chrisaga@piwigo.org>2006-04-29 09:49:16 +0000
commit360e21242f78ae87466996febff2b5edbf0c33f7 (patch)
tree02f75569c062828f96da38637cd4c8ce4408906b /include/page_header.php
parentaaea0a1653e42bfa2db8e5be2e36f5e22be16631 (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 'include/page_header.php')
-rw-r--r--include/page_header.php4
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' : '')
));