[ Index ]
 

Code source de phpMyVisites 2.3

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/libs/artichow/ -> Artichow.cfg.php (source)

   1  <?php
   2  /* 
   3   * This work is hereby released into the Public Domain.
   4   * To view a copy of the public domain dedication,
   5   * visit http://creativecommons.org/licenses/publicdomain/ or send a letter to
   6   * Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA.
   7   *
   8   */
   9  
  10  /*
  11   * Path to Artichow
  12   */
  13  
  14  $version = (int)substr(phpversion(), 0, 1);
  15  if($version === 5 and ini_get("zend.ze1_compatibility_mode")) {
  16      $version = 4;
  17  }
  18  
  19  define('ARTICHOW', dirname(__FILE__).DIRECTORY_SEPARATOR.'php'.$version);
  20  
  21  /*
  22   * Path where Artichow can find your TrueType fonts
  23   */
  24  
  25  define('ARTICHOW_FONT', ARTICHOW.DIRECTORY_SEPARATOR.'..'.DIRECTORY_SEPARATOR.'font');
  26  
  27  
  28  /*
  29   * Patterns directory
  30   */
  31  
  32  define('ARTICHOW_PATTERN', '../core/graphs/patterns');
  33  
  34  
  35  /*
  36   * Images directory
  37   */
  38  
  39  define('ARTICHOW_IMAGE', ARTICHOW.DIRECTORY_SEPARATOR.'..'.DIRECTORY_SEPARATOR.'images');
  40  
  41  
  42  /*
  43   * Enable/disable cache support
  44   */
  45  define('ARTICHOW_CACHE', TRUE);
  46  
  47  /*
  48   * Prefix for class names
  49   * No prefix by default
  50   */
  51  define('ARTICHOW_PREFIX', '');
  52  
  53  /*
  54   * Trigger errors when use of a deprecated feature
  55   */
  56  define('ARTICHOW_DEPRECATED', TRUE);
  57  
  58  /*
  59   * Fonts to use
  60   */
  61  $fonts = array(
  62      'Tuffy',
  63      'TuffyBold',
  64      'TuffyBoldItalic',
  65      'TuffyItalic'
  66  );
  67  
  68  ?>


Généré le : Mon Nov 26 14:10:01 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics