From 1e7b286faaf29ae55b60a0bd28b8f5ce74ab6654 Mon Sep 17 00:00:00 2001 From: rvelices Date: Tue, 9 Jan 2007 01:30:02 +0000 Subject: feature 606: search engine spider restrictions (meta robots) git-svn-id: http://piwigo.org/svn/trunk@1703 68402e56-0260-453c-a942-63ccdbb3a9ee --- notification.php | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'notification.php') diff --git a/notification.php b/notification.php index 177ddb654..a1250428c 100644 --- a/notification.php +++ b/notification.php @@ -2,10 +2,10 @@ // +-----------------------------------------------------------------------+ // | PhpWebGallery - a PHP based picture gallery | // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net | -// | Copyright (C) 2003-2005 PhpWebGallery Team - http://phpwebgallery.net | +// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net | // +-----------------------------------------------------------------------+ // | branch : BSF (Best So Far) -// | file : $RCSfile$ +// | file : $Id$ // | last update : $Date$ // | last modifier : $Author$ // | revision : $Revision$ @@ -60,11 +60,8 @@ $feed_image_only_url=$feed_url.'&image_only'; $title = l10n('Notification'); $page['body_id'] = 'theNotificationPage'; -$template->assign_block_vars('head_element', - array( - 'CONTENT' => '' - ) - ); +$page['meta_robots']=array('noindex'=>1, 'nofollow'=>1); + $template->assign_block_vars('head_element', array( 'CONTENT' => '' -- cgit v1.2.3