mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-06 16:53:34 +02:00
header.tpl goes smart
git-svn-id: http://piwigo.org/svn/trunk@2240 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
+2
-4
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user