Moved to config.php
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 28 Sep 2006 14:34:37 +0000 (14:34 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 28 Sep 2006 14:34:37 +0000 (14:34 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11756 7612ce4b-ef26-0410-bec9-ea0150e637f0

templates/default/template.php [deleted file]
templates/default_advanced/template.php [deleted file]

diff --git a/templates/default/template.php b/templates/default/template.php
deleted file mode 100644 (file)
index 9fec2d8..0000000
+++ /dev/null
@@ -1,63 +0,0 @@
-<?php
-/**
- * Provides some basic configuration options to the template engine
- *
- * @copyright &copy; 1999-2006 The SquirrelMail Project Team
- * @license http://opensource.org/licenses/gpl-license.php GNU Public License
- * @version $Id$
- * @package squirrelmail
- * @subpackage templates
- */
-
-/**
- * Each template provided by this set should be listed in this array.  If a
- * template is requested that is not listed here, the default template will be
- * displayed.  The templates listed below must be in the same directory as
- * this file, e.g. the template root directory.
- */
-$templates_provided = array (
-                                'empty_folder.tpl',
-                                'error_box.tpl',
-                                'error_message.tpl',
-                                'footer.tpl',
-                                'left_main.tpl',
-                                'login.tpl',
-                                'message_list.tpl',
-                                'motd.tpl',
-                                'note.tpl',
-                                'option_groups.tpl',
-                                'options.tpl',
-                                'page_header.tpl',
-                                'paginator.tpl',
-                                'stylesheet.tpl',
-                                'stylelink.tpl',
-                                'webmail.tpl'
-                            );
-
-/**
- * Required Javascript files for this template set.  If a JS file is listed
- * here, but not listed in the provided js files below, SquirrelMail will use
- * the file by the same name in the default template directory.
- */
-$required_js_files = array  (
-                                'default.js'
-                            );
-                            
-/**
- * Any aditional Javascript files that are needed by this template should be
- * listed in this array.  Javascript files must be in a directory called "js/"
- * within the template root directory.
- */
-$provided_js_files = array  (
-                                'default.js'
-                            );
-                            
-/**
- * Additional CSS stylesheets may be provided by template authors.  
- * stylesheet.tpl will always be included in all pages.  Any additional 
- * stylesheets provided by this template should be listed here.  These
- * stylesheets will be automatically included on each page.  They should be
- * located in the template root directory.
- */
-$additional_css_sheets = array  (
-                                );
diff --git a/templates/default_advanced/template.php b/templates/default_advanced/template.php
deleted file mode 100644 (file)
index cb2c8e1..0000000
+++ /dev/null
@@ -1,55 +0,0 @@
-<?php
-/**
- * Provides some basic configuration options to the template engine
- *
- * @copyright &copy; 1999-2006 The SquirrelMail Project Team
- * @license http://opensource.org/licenses/gpl-license.php GNU Public License
- * @version $Id$
- * @package squirrelmail
- * @subpackage templates
- */
-
-/**
- * Each template provided by this set should be listed in this array.  If a
- * template is requested that is not listed here, the default template will be
- * displayed.  The templates listed below must be in the same directory as
- * this file, e.g. the template root directory.
- */
-$templates_provided = array (
-                                'left_main.tpl',
-                                'stylesheet_advanced.tpl',
-                                'options_order.tpl',
-                                'options_highlight_list.tpl',
-                                'options_highlight_addedit.tpl',
-                                'login.tpl'
-                            );
-
-/**
- * Required Javascript files for this template set.  If a JS file is listed
- * here, but not listed in the provided js files below, SquirrelMail will use
- * the file by the same name in the default template directory.
- */
-$required_js_files = array  (
-                                'default.js',
-                                'dtree.js'
-                            );
-                            
-/**
- * Any aditional Javascript files that are needed by this template should be
- * listed in this array.  Javascript files must be in a directory called "js/"
- * within the template root directory.
- */
-$provided_js_files = array  (
-                                'dtree.js'
-                            );
-
-/**
- * Additional CSS stylesheets may be provided by template authors.  
- * stylesheet.tpl will always be included in all pages.  Any additional 
- * stylesheets provided by this template should be listed here.  These
- * stylesheets will be automatically included on each page.  They should be
- * located in the template root directory.
- */
-$additional_css_sheets = array  (
-                                    'stylesheet_advanced.tpl'
-                                );