From 5fd5f78803a876c5808be4d3ba63cc5b85754f25 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Sun, 22 Jun 2014 21:00:52 +0200 Subject: fixed template color replacement preview --- lib/tpl/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/tpl') 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 ''; -- cgit v1.2.3