aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2008-03-23 00:04:46 +0000
committerrvelices <rv-github@modusoptimus.com>2008-03-23 00:04:46 +0000
commitee70a108bea04c718b7a6edb97aec56f2dae2679 (patch)
tree16e2516222dad9d798536065ab261d5a2ce00857 /admin
parent6281b24550600862f715e3fb379e1f0b405cafa8 (diff)
- remove compatibility with old template ...
git-svn-id: http://piwigo.org/svn/trunk@2290 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin')
-rw-r--r--admin/include/tabsheet.class.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/include/tabsheet.class.php b/admin/include/tabsheet.class.php
index 0e8812051..d65e0c783 100644
--- a/admin/include/tabsheet.class.php
+++ b/admin/include/tabsheet.class.php
@@ -134,10 +134,10 @@ class tabsheet
$template->assign('tabsheet_selected', $this->selected);
$selected_tab = $this->get_selected();
-
+
if (isset($selected_tab))
{
- $template->assign_vars(
+ $template->assign(
array($this->titlename => '['.$selected_tab['caption'].']'));
}