diff options
Diffstat (limited to 'inc/actions.php')
-rw-r--r-- | inc/actions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/actions.php b/inc/actions.php index a4e087f3a..f6c00f14a 100644 --- a/inc/actions.php +++ b/inc/actions.php @@ -74,7 +74,7 @@ function act_dispatch(){ //call template FIXME: all needed vars available? header('Content-Type: text/html; charset=utf-8'); - include(DOKU_INC.'lib/tpl/'.$conf['template'].'/main.php'); + include(template('main.php')); // output for the commands is now handled in inc/templates.php // in function tpl_content() } |