aboutsummaryrefslogtreecommitdiffstats
path: root/admin/extend_for_templates.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/extend_for_templates.php')
-rw-r--r--admin/extend_for_templates.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/extend_for_templates.php b/admin/extend_for_templates.php
index 679ac90a3..79321191e 100644
--- a/admin/extend_for_templates.php
+++ b/admin/extend_for_templates.php
@@ -172,7 +172,7 @@ $base_url = PHPWG_ROOT_PATH.'admin.php?page=extend_for_templates';
$template->assign(
array(
- 'U_HELP' => get_root_url().'popuphelp.php?page=extend_for_templates',
+ 'U_HELP' => get_root_url().'admin/popuphelp.php?page=extend_for_templates',
));
ksort($tpl_extension);
foreach ($tpl_extension as $file => $conditions)