diff options
author | Andreas Gohr <andi@splitbrain.org> | 2014-06-22 21:00:52 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2014-06-22 21:01:15 +0200 |
commit | 5fd5f78803a876c5808be4d3ba63cc5b85754f25 (patch) | |
tree | 33a27dd3376bf189d1d779e95d607752d9e4442e /lib/tpl | |
parent | 2613efa18dacc46df06cc448fee733c0467a073f (diff) | |
download | rpg-5fd5f78803a876c5808be4d3ba63cc5b85754f25.tar.gz rpg-5fd5f78803a876c5808be4d3ba63cc5b85754f25.tar.bz2 |
fixed template color replacement preview
Diffstat (limited to 'lib/tpl')
-rw-r--r-- | lib/tpl/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tpl/index.php b/lib/tpl/index.php index 3c00ab8e8..558f262a7 100644 --- a/lib/tpl/index.php +++ b/lib/tpl/index.php @@ -46,7 +46,7 @@ require_once(DOKU_INC.'inc/init.php'); // get merged style.ini define('SIMPLE_TEST', true); // hack to prevent css output and headers require_once(DOKU_INC.'lib/exe/css.php'); -$ini = css_styleini(tpl_incdir()); +$ini = css_styleini($conf['template']); if ($ini) { echo '<table>'; |