aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchrisaga <chrisaga@piwigo.org>2006-05-22 17:41:32 +0000
committerchrisaga <chrisaga@piwigo.org>2006-05-22 17:41:32 +0000
commit58bce5eb42264a7b83934800be9ef7d62e5a334e (patch)
treecb9e1ccadae0ae2015b83418cc3103343fe23dbd
parente7577ab3c8d8b5c2ff0def57ed0b4bdc51dc5f76 (diff)
remove : obsolete code (see bug 372)
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1318 68402e56-0260-453c-a942-63ccdbb3a9ee
-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 7d22e8e01..6a48b4b81 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 onclick="return false;"' : '')
));