Browse Source

- added default entries for new templates for webmail, options and stylesheet links

vanmer 19 năm trước cách đây
mục cha
commit
cdbc9c86b1
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 4 1
      templates/default/template.php

+ 4 - 1
templates/default/template.php

@@ -25,9 +25,12 @@ $templates_provided = array (
                                 'message_list.tpl',
                                 'message_list.tpl',
                                 'motd.tpl',
                                 'motd.tpl',
                                 'note.tpl',
                                 'note.tpl',
+                                'options.tpl',
                                 'page_header.tpl',
                                 'page_header.tpl',
                                 'paginator.tpl',
                                 'paginator.tpl',
-                                'stylesheet.tpl'
+                                'stylesheet.tpl',
+				'stylelink.tpl',
+                                'webmail.tpl'
                             );
                             );
 
 
 /**
 /**