New template files
[squirrelmail.git] / templates / default_advanced / template.php
index 625dfdbd5314fc30d806888126662f7d84070060..cb2c8e16e4480bd1dc15ff2aea565197b99bcd10 100644 (file)
  */
 $templates_provided = array (
                                 'left_main.tpl',
-                                'stylesheet.tpl'
+                                'stylesheet_advanced.tpl',
+                                'options_order.tpl',
+                                'options_highlight_list.tpl',
+                                'options_highlight_addedit.tpl',
+                                'login.tpl'
                             );
 
 /**
@@ -38,4 +42,14 @@ $required_js_files = array  (
 $provided_js_files = array  (
                                 'dtree.js'
                             );
-?>
\ No newline at end of file
+
+/**
+ * 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'
+                                );