fix: in page_header.php U_HOME template var was overwriting the ones from every page -> now it is always make_index_url

fix: unvalidated comments use start end for RSS instead of end only (otherwise google reader creates a new item every time it downloads the feed)

git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2158 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices
2007-11-01 23:06:52 +00:00
parent 7cc4ab6fba
commit fabfd5eb6e
2 changed files with 14 additions and 26 deletions
+2 -2
View File
@@ -53,7 +53,7 @@ $template->assign_vars(
'TAG_INPUT_ENABLED' =>
((is_adviser()) ? 'disabled onclick="return false;"' : ''),
'U_HOME' => get_absolute_root_url(),
'U_HOME' => make_index_url(),
));
// picture header infos
@@ -103,4 +103,4 @@ header('Content-Type: text/html; charset='.$lang_info['charset']);
$template->parse('header');
trigger_action('loc_after_page_header');
?>
?>