a0f23e4ea56d0530894b9e9eb15ddca824ef4912
4 * Provides some basic configuration options to the template engine
6 * @copyright © 1999-2006 The SquirrelMail Project Team
7 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
9 * @package squirrelmail
10 * @subpackage templates
15 * Indicates what template engine this template set uses.
17 $template_engine = SQ_PHP_TEMPLATE
;
21 * Required Javascript files for this template set. If a JS file is listed
22 * here, but not listed in the provided js files below, SquirrelMail will use
23 * the file by the same name in the default template directory.
25 $required_js_files = array (
30 * Alternate stylesheets provided by this template. Format detailed below.
32 $alternate_stylesheets = array (
34 # 'example.css' => 'My Example Style',