Add CSS support to folder manipulation templates. Also make subscribe folder list...
[squirrelmail.git] / templates / default / template.php
index 12a204a51061378422cd84668542e33dd3ee67e2..9fec2d8dd4c244adc491d04b68cdb3c2b5bb136a 100644 (file)
  * 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'
+                                'stylesheet.tpl',
+                                'stylelink.tpl',
+                                'webmail.tpl'
                             );
 
 /**
@@ -43,4 +51,13 @@ $required_js_files = array  (
 $provided_js_files = array  (
                                 'default.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  (
+                                );