summaryrefslogtreecommitdiff
path: root/inc/config_cascade.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2010-06-27 18:44:23 +0200
committerAndreas Gohr <andi@splitbrain.org>2010-06-27 18:44:55 +0200
commit09edb7113c19b07ca11a79c2b0571f45ed2cc2eb (patch)
treea10310daa88b34ce12a79a9dfeff547d5879457c /inc/config_cascade.php
parent136982455ae0eddc18744176db33fbd7b421e11c (diff)
downloadrpg-09edb7113c19b07ca11a79c2b0571f45ed2cc2eb.tar.gz
rpg-09edb7113c19b07ca11a79c2b0571f45ed2cc2eb.tar.bz2
use config cascade for userscripts and styles FS#1678
Diffstat (limited to 'inc/config_cascade.php')
-rw-r--r--inc/config_cascade.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/inc/config_cascade.php b/inc/config_cascade.php
index 81c455dc3..3ae68a000 100644
--- a/inc/config_cascade.php
+++ b/inc/config_cascade.php
@@ -47,6 +47,15 @@ $config_cascade = array(
'default' => array(DOKU_CONF.'wordblock.conf'),
'local' => array(DOKU_CONF.'wordblock.local.conf'),
),
+ 'userstyle' => array(
+ 'default' => DOKU_CONF.'userstyle.css',
+ 'print' => DOKU_CONF.'printstyle.css',
+ 'feed' => DOKU_CONF.'feedstyle.css',
+ 'all' => DOKU_CONF.'allstyle.css',
+ ),
+ 'userscript' => array(
+ 'default' => DOKU_CONF.'userscript.js'
+ ),
'acl' => array(
'default' => DOKU_CONF.'acl.auth.php',
),