From 3a64bf1502e662b758a1a01cc5b7ad55e025f26e Mon Sep 17 00:00:00 2001 From: vdigital Date: Sun, 25 Feb 2007 20:24:44 +0000 Subject: menuInfoCat and menuInfoCatByChild Minor changes: - Hidden in subcatify area with dark - Small and normal font with p0w0 - Hidden with wipi - Clear wasn't changed. Bugs in header: href in link rel="start" was empty. Which meant a wrong tag (e.g. for google) git-svn-id: http://piwigo.org/svn/trunk@1856 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/page_header.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/page_header.php') diff --git a/include/page_header.php b/include/page_header.php index 3946d2c02..0dea51a33 100644 --- a/include/page_header.php +++ b/include/page_header.php @@ -52,7 +52,8 @@ $template->assign_vars( 'DIR'=>$lang_info['direction'], 'TAG_INPUT_ENABLED' => - ((is_adviser()) ? 'disabled onclick="return false;"' : '') + ((is_adviser()) ? 'disabled onclick="return false;"' : ''), + 'U_HOME' => get_absolute_root_url(), )); // picture header infos -- cgit v1.2.3