Source for file config.php

Documentation is available at config.php

  1. <?php
  2.  
  3. /**
  4.  * Provides some basic configuration options to the template engine
  5.  *
  6.  * @copyright &copy; 1999-2006 The SquirrelMail Project Team
  7.  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  8.  * @version $Id: config.php,v 1.3 2006/10/02 09:41:57 pdontthink Exp $
  9.  * @package squirrelmail
  10.  * @subpackage templates
  11.  */
  12.  
  13.  
  14. /**
  15.  * Indicates what template engine this template set uses.
  16.  */
  17. $template_engine SQ_PHP_TEMPLATE;
  18.  
  19.  
  20. /**
  21.   * If non-empty, indicates which template set this set is derived from.
  22.   *
  23.   * If a template file does not exist in this template set, then the
  24.   * parent set is searched for the file.  If not found there and that
  25.   * set has a parent itself (the grandparent of this set), the file is
  26.   * searched for there....  This continues until there are no more parent
  27.   * template sets, and if the file is still not found, the fall-back
  28.   * template set (see $templateset_fallback in config/config.php) is the
  29.   * last placed searched for the file.
  30.   *
  31.   */
  32. $parent_template_set '';

Documentation generated on Sat, 07 Oct 2006 16:09:44 +0300 by phpDocumentor 1.3.0RC6