From 782a75bb8f5b36b3a4d462945cd0bdac353ba1f0 Mon Sep 17 00:00:00 2001 From: chrisaga Date: Sat, 2 Dec 2006 16:46:15 +0000 Subject: improve page header : slightly prettier title and first implementation of meta tags and rel links (see the wiki specs) some code improvements are still need. git-svn-id: http://piwigo.org/svn/trunk@1627 68402e56-0260-453c-a942-63ccdbb3a9ee --- search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'search.php') diff --git a/search.php b/search.php index 5131680d6..1a482ec77 100644 --- a/search.php +++ b/search.php @@ -173,7 +173,6 @@ get_month_list('end_month', @$_POST['end_month']); // $title= $lang['search_title']; $page['body_id'] = 'theSearchPage'; -include(PHPWG_ROOT_PATH.'include/page_header.php'); $template->set_filenames( array('search'=>'search.tpl') ); @@ -237,6 +236,7 @@ if (sizeof($errors) != 0) } //------------------------------------------------------------ log informations pwg_log( 'search', $title ); +include(PHPWG_ROOT_PATH.'include/page_header.php'); $template->parse('search'); include(PHPWG_ROOT_PATH.'include/page_tail.php'); ?> -- cgit v1.2.3