Use better placeholder string in config cascade

This commit is contained in:
Anna Dabrowska 2019-02-21 12:38:55 +01:00
parent 4845eff54d
commit c967169899
1 changed files with 2 additions and 2 deletions

View File

@ -62,8 +62,8 @@ $config_cascade = array_merge(
'default' => array(DOKU_CONF . 'userscript.js')
),
'styleini' => array(
'default' => array(DOKU_INC . 'lib/tpl/TPL_PLACEHOLDER/' . 'style.ini'),
'local' => array(DOKU_CONF . 'tpl/TPL_PLACEHOLDER/' . 'style.ini')
'default' => array(DOKU_INC . 'lib/tpl/%TEMPLATE%/' . 'style.ini'),
'local' => array(DOKU_CONF . 'tpl/%TEMPLATE%/' . 'style.ini')
),
'acl' => array(
'default' => DOKU_CONF . 'acl.auth.php',