aboutsummaryrefslogtreecommitdiffstats
path: root/include/page_header.php
diff options
context:
space:
mode:
authorchrisaga <chrisaga@piwigo.org>2006-12-02 16:46:15 +0000
committerchrisaga <chrisaga@piwigo.org>2006-12-02 16:46:15 +0000
commit782a75bb8f5b36b3a4d462945cd0bdac353ba1f0 (patch)
tree15b1b4ad6099d61683bfd57ea1dc3798e3a53764 /include/page_header.php
parent9ce5c07734b5f3219c0a50b5cba67eb2d3021716 (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 'include/page_header.php')
-rw-r--r--include/page_header.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/page_header.php b/include/page_header.php
index 1535eb896..a6d4619a3 100644
--- a/include/page_header.php
+++ b/include/page_header.php
@@ -55,6 +55,11 @@ $template->assign_vars(
((is_adviser()) ? 'disabled onclick="return false;"' : '')
));
+// picture header infos
+if (isset($header_infos))
+{
+ $template->assign_block_vars( 'header_meta', $header_infos);
+}
// refresh
if ( isset( $refresh ) and intval($refresh) >= 0
and isset( $url_link ) and isset( $redirect_msg ) )