aboutsummaryrefslogtreecommitdiffstats
path: root/notification.php
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2008-03-02 00:29:27 +0000
committerrvelices <rv-github@modusoptimus.com>2008-03-02 00:29:27 +0000
commit6e932e8752faae824cdcb1073014771163a600a7 (patch)
tree384e84cbf6ca9b0f205764b948895ec8682d6a3a /notification.php
parent1f271ceca3e74c7b077f8462086db020121e81c3 (diff)
header.tpl goes smart
git-svn-id: http://piwigo.org/svn/trunk@2240 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'notification.php')
-rw-r--r--notification.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/notification.php b/notification.php
index 7bbe66cc1..6d5d67ae3 100644
--- a/notification.php
+++ b/notification.php
@@ -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');