浏览代码

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

vanmer 19 年之前
父节点
当前提交
cdbc9c86b1
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      templates/default/template.php

+ 4 - 1
templates/default/template.php

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