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
This commit is contained in:
chrisaga
2006-12-02 16:46:15 +00:00
parent 9ce5c07734
commit 782a75bb8f
5 changed files with 39 additions and 4 deletions
+5
View File
@@ -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 ) )