diff options
author | Andreas Gohr <andi@splitbrain.org> | 2012-02-01 20:07:04 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2012-02-01 20:07:04 +0100 |
commit | 81aca18e6e88c08386c11592dbf4650114aba04f (patch) | |
tree | 3780608f425c962f5644c53515a059a767104414 /lib/exe/css.php | |
parent | c4dda6afdfe780288bffaebcde485b32b91731d6 (diff) | |
download | rpg-81aca18e6e88c08386c11592dbf4650114aba04f.tar.gz rpg-81aca18e6e88c08386c11592dbf4650114aba04f.tar.bz2 |
removed some more occurances of DOKU_TPL*
Diffstat (limited to 'lib/exe/css.php')
-rw-r--r-- | lib/exe/css.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/exe/css.php b/lib/exe/css.php index d54e2e46c..69b512205 100644 --- a/lib/exe/css.php +++ b/lib/exe/css.php @@ -41,8 +41,8 @@ function css_out(){ $tplinc = DOKU_INC.'lib/tpl/'.$tpl.'/'; $tpldir = DOKU_BASE.'lib/tpl/'.$tpl.'/'; }else{ - $tplinc = DOKU_TPLINC; - $tpldir = DOKU_TPL; + $tplinc = tpl_incdir(); + $tpldir = tpl_basedir(); } // The generated script depends on some dynamic options |