[ Index ]
 

Code source de Zen Cart E-Commerce Shopping Cart 1.3.7.1

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/includes/languages/english/ -> meta_tags.php (source)

   1  <?php
   2  /**

   3   * @package languageDefines

   4   * @copyright Copyright 2003-2005 Zen Cart Development Team

   5   * @copyright Portions Copyright 2003 osCommerce

   6   * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0

   7   * @version $Id: meta_tags.php 4273 2006-08-26 03:13:52Z drbyte $

   8   */
   9  
  10  // page title

  11  define('TITLE', 'Zen Cart!');
  12  
  13  // Site Tagline

  14  define('SITE_TAGLINE', 'The Art of E-commerce');
  15  
  16  // Custom Keywords

  17  define('CUSTOM_KEYWORDS', 'ecommerce, open source, shop, online shopping');
  18  
  19  // Review Page can have a lead in:

  20  define('META_TAGS_REVIEW', 'Reviews: ');
  21  
  22  // separators for meta tag definitions

  23  // Define Primary Section Output

  24    define('PRIMARY_SECTION', ' : ');
  25  
  26  // Define Secondary Section Output

  27    define('SECONDARY_SECTION', ' - ');
  28  
  29  // Define Tertiary Section Output

  30    define('TERTIARY_SECTION', ', ');
  31  
  32  // Define divider ... usually just a space or a comma plus a space

  33    define('METATAGS_DIVIDER', ' ');
  34  
  35  // Define which pages to tell robots/spiders not to index

  36  // This is generally used for account-management pages or typical SSL pages, and usually doesn't need to be touched.

  37    define('ROBOTS_PAGES_TO_SKIP','login,logoff,create_account,account,account_edit,account_history,account_history_info,account_newsletters,account_notifications,account_password,address_book,advanced_search,advanced_search_result,checkout_success,checkout_process,checkout_shipping,checkout_payment,checkout_confirmation,cookie_usage,create_account_success,contact_us,download,download_timeout,customers_authorization,down_for_maintenance,password_forgotten,time_out,unsubscribe');
  38  
  39  
  40  // favicon setting

  41  // There is usually NO need to enable this unless you wish to specify a path and/or a different filename

  42  //  define('FAVICON','favicon.ico');

  43  
  44  ?>


Généré le : Mon Nov 26 16:45:43 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics