summaryrefslogtreecommitdiff
path: root/lib/exe/detail.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/exe/detail.php')
-rw-r--r--lib/exe/detail.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/exe/detail.php b/lib/exe/detail.php
index 1c676323f..6e2ae96c6 100644
--- a/lib/exe/detail.php
+++ b/lib/exe/detail.php
@@ -39,7 +39,7 @@
//start output and load template
header('Content-Type: text/html; charset=utf-8');
- include(DOKU_INC.'lib/tpl/'.$conf['template'].'/detail.php');
+ include(template('detail.php'));
//restore old umask
umask($conf['oldumask']);