diff options
author | chrisaga <chrisaga@piwigo.org> | 2006-12-02 16:46:15 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2006-12-02 16:46:15 +0000 |
commit | 782a75bb8f5b36b3a4d462945cd0bdac353ba1f0 (patch) | |
tree | 15b1b4ad6099d61683bfd57ea1dc3798e3a53764 /search.php | |
parent | 9ce5c07734b5f3219c0a50b5cba67eb2d3021716 (diff) |
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
Diffstat (limited to '')
-rw-r--r-- | search.php | 2 |
1 files changed, 1 insertions, 1 deletions
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'); ?> |