From a3b23df6ef58811247c4d75da02edf7bad2d73e7 Mon Sep 17 00:00:00 2001 From: rvelices Date: Thu, 27 Sep 2007 22:46:17 +0000 Subject: - admin, comments and tags pages include page_header later in the code (as in picture and index) allowing plugins to change the header until the very end - fix in admin.php : picture_modify requires cache invalidation - fix in site_update.php : some echo func calls changed to $template->output .= ... - upgraded prototype.js to latest version 1.5.1.1 git-svn-id: http://piwigo.org/svn/trunk@2107 68402e56-0260-453c-a942-63ccdbb3a9ee --- tags.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'tags.php') diff --git a/tags.php b/tags.php index 8ed0e36c6..582d9d504 100644 --- a/tags.php +++ b/tags.php @@ -59,7 +59,6 @@ check_status(ACCESS_GUEST); $title= l10n('Tags'); $page['body_id'] = 'theTagsPage'; -include(PHPWG_ROOT_PATH.'include/page_header.php'); $template->set_filenames(array('tags'=>'tags.tpl')); $template->assign_vars( @@ -105,11 +104,7 @@ foreach ($tags as $tag) ); } -// +-----------------------------------------------------------------------+ -// | html code display | -// +-----------------------------------------------------------------------+ - -$template->assign_block_vars('title',array()); +include(PHPWG_ROOT_PATH.'include/page_header.php'); $template->parse('tags'); include(PHPWG_ROOT_PATH.'include/page_tail.php'); ?> \ No newline at end of file -- cgit v1.2.3