summaryrefslogtreecommitdiff
path: root/lib/exe/css.php
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2013-08-03 22:23:37 +0100
committerAnika Henke <anika@selfthinker.org>2013-08-03 22:23:37 +0100
commit724f299965bd5272d45b883477424bd693c9ce95 (patch)
treea6620f8aed9a0ff7113633932bd21c67f9a231b0 /lib/exe/css.php
parentacdd81e3745ce18e31823d16d530d0b5b287ca09 (diff)
downloadrpg-724f299965bd5272d45b883477424bd693c9ce95.tar.gz
rpg-724f299965bd5272d45b883477424bd693c9ce95.tar.bz2
added style.local.ini to cache files
Diffstat (limited to 'lib/exe/css.php')
-rw-r--r--lib/exe/css.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/exe/css.php b/lib/exe/css.php
index 08dc4d5dd..9e1e22e1a 100644
--- a/lib/exe/css.php
+++ b/lib/exe/css.php
@@ -59,6 +59,7 @@ function css_out(){
$tplinc = tpl_basedir($tpl);
$cache_files = getConfigFiles('main');
$cache_files[] = $tplinc.'style.ini';
+ $cache_files[] = $tplinc.'style.local.ini'; // @deprecated
$cache_files[] = DOKU_CONF."tpl/$tpl/style.ini";
$cache_files[] = __FILE__;