Ignore:
Timestamp:
Oct 16, 2007, 3:46:09 AM (17 years ago)
Author:
rvelices
Message:
  • quick search optimizations (less queries)
  • added some meta_robots (noindex and nofollow) on popuphelp, search_rules and search seaction (googlebot gets crazy)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/search_rules.php

    r1900 r2138  
    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 |
    6 // +-----------------------------------------------------------------------+
    7 // | branch        : BSF (Best So Far)
     5// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
     6// +-----------------------------------------------------------------------+
    87// | file          : $Id$
    98// | last update   : $Date$
     
    5049$title = l10n('PhpWebGallery Help');
    5150$page['page_banner'] = '<h1>'.$title.'</h1>';
     51$page['meta_robots']=array('noindex'=>1, 'nofollow'=>1);
    5252include(PHPWG_ROOT_PATH.'include/page_header.php');
    5353
Note: See TracChangeset for help on using the changeset viewer.