From: pdontthink Date: Mon, 2 Oct 2006 12:26:01 +0000 (+0000) Subject: Template fallback added X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=1e85b981b6de491876b9283f5c43964bcd1e9fc9;p=squirrelmail.git Template fallback added git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11804 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/plugins/administrator/defines.php b/plugins/administrator/defines.php index 1a018187..067cbb9e 100644 --- a/plugins/administrator/defines.php +++ b/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,