aboutsummaryrefslogtreecommitdiffstats
path: root/admin/include/tabsheet.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/include/tabsheet.class.php')
-rw-r--r--admin/include/tabsheet.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/include/tabsheet.class.php b/admin/include/tabsheet.class.php
index c295f0ae0..77452a81d 100644
--- a/admin/include/tabsheet.class.php
+++ b/admin/include/tabsheet.class.php
@@ -126,7 +126,7 @@ class tabsheet
{
global $template;
- $template->set_filename('tabsheet', 'admin/tabsheet.tpl');
+ $template->set_filename('tabsheet', 'tabsheet.tpl');
$template->assign('tabsheet', $this->sheets);
$template->assign('tabsheet_selected', $this->selected);