diff options
Diffstat (limited to '')
-rw-r--r-- | admin/extend_for_templates.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/extend_for_templates.php b/admin/extend_for_templates.php index 00b83c3d9..04fd0177f 100644 --- a/admin/extend_for_templates.php +++ b/admin/extend_for_templates.php @@ -181,7 +181,7 @@ foreach ($new_extensions as $file) } $template->set_filenames(array('extend_for_templates' - => 'admin/extend_for_templates.tpl')); + => 'extend_for_templates.tpl')); $base_url = PHPWG_ROOT_PATH.'admin.php?page=extend_for_templates'; |