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