Ignore:
Timestamp:
Jan 9, 2007, 2:30:02 AM (17 years ago)
Author:
rvelices
Message:

feature 606: search engine spider restrictions (meta robots)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/notification.php

    r1636 r1703  
    33// | PhpWebGallery - a PHP based picture gallery                           |
    44// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
    5 // | Copyright (C) 2003-2005 PhpWebGallery Team - http://phpwebgallery.net |
     5// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
    66// +-----------------------------------------------------------------------+
    77// | branch        : BSF (Best So Far)
    8 // | file          : $RCSfile$
     8// | file          : $Id$
    99// | last update   : $Date$
    1010// | last modifier : $Author$
     
    6161$title = l10n('Notification');
    6262$page['body_id'] = 'theNotificationPage';
    63 $template->assign_block_vars('head_element',
    64     array(
    65       'CONTENT' => '<meta name="robots" content="noindex,nofollow">'
    66       )
    67   );
     63$page['meta_robots']=array('noindex'=>1, 'nofollow'=>1);
     64
    6865$template->assign_block_vars('head_element',
    6966    array(
Note: See TracChangeset for help on using the changeset viewer.