diff options
author | rvelices <rv-github@modusoptimus.com> | 2008-03-02 00:29:27 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2008-03-02 00:29:27 +0000 |
commit | 6e932e8752faae824cdcb1073014771163a600a7 (patch) | |
tree | 384e84cbf6ca9b0f205764b948895ec8682d6a3a /notification.php | |
parent | 1f271ceca3e74c7b077f8462086db020121e81c3 (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.php | 6 |
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'); |