Changeset 2138 for trunk/popuphelp.php


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/popuphelp.php

    r2126 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 |
     5// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
    66// +-----------------------------------------------------------------------+
    7 // | branch        : BSF (Best So Far)
    8 // | file          : $RCSfile$
     7// | file          : $Id$
    98// | last update   : $Date$
    109// | last modifier : $Author$
     
    4140$title = l10n('PhpWebGallery Help');
    4241$page['page_banner'] = '<h1>'.$title.'</h1>';
     42$page['meta_robots']=array('noindex'=>1, 'nofollow'=>1);
    4343include(PHPWG_ROOT_PATH.'include/page_header.php');
    4444
Note: See TracChangeset for help on using the changeset viewer.