浏览代码

Template fallback added

pdontthink 19 年之前
父节点
当前提交
11fb9fd259
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      plugins/administrator/defines.php

+ 3 - 0
plugins/administrator/defines.php

@@ -415,6 +415,9 @@ $defcfg = array( '$config_version' => array( 'name' => _("Config File Version"),
                  '$templateset_default' => array( 'name' => _("Default template"),
                                                   'type' => SMOPT_TYPE_STRLIST,
                                                   'posvals' => adm_template_options()),
+                 '$templateset_fallback' => array( 'name' => _("Fallback template"),
+                                                  'type' => SMOPT_TYPE_STRLIST,
+                                                  'posvals' => adm_template_options()),
                  '$theme_default' => array( 'name' => _("Default theme"),
                                             'type' => SMOPT_TYPE_INTEGER,
                                             'default' => 0,