header.tpl goes smart

git-svn-id: http://piwigo.org/svn/trunk@2240 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices
2008-03-02 00:29:27 +00:00
parent 1f271ceca3
commit 6e932e8752
6 changed files with 86 additions and 123 deletions
+2 -4
View File
@@ -71,10 +71,8 @@ $title = l10n('Notification');
$page['body_id'] = 'theNotificationPage';
$page['meta_robots']=array('noindex'=>1, 'nofollow'=>1);
$template->assign_block_vars('head_element',
array(
'CONTENT' => '<link rel="alternate" type="application/rss+xml" href="'.$feed_url.'">'
)
$template->append('head_elements',
'<link rel="alternate" type="application/rss+xml" href="'.$feed_url.'">'
);
include(PHPWG_ROOT_PATH.'include/page_header.php');