From 4621be1005ddab4d3a380ab05a124f99f3e36bea Mon Sep 17 00:00:00 2001 From: rub Date: Thu, 28 Feb 2008 23:41:47 +0000 Subject: 0000809: Use more php classes implementation Use class for tabsheet like grum class Change way for tabsheet git-svn-id: http://piwigo.org/svn/trunk@2226 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/admin/cat_options.tpl | 2 +- template/yoga/admin/tabsheet.tpl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'template/yoga') diff --git a/template/yoga/admin/cat_options.tpl b/template/yoga/admin/cat_options.tpl index 356e66223..f9087648a 100644 --- a/template/yoga/admin/cat_options.tpl +++ b/template/yoga/admin/cat_options.tpl @@ -4,7 +4,7 @@
  • (?)
  • {'cat_options_title'|@translate} {$TABSHEET_TITLE}

    - {include file='admin/tabsheet.tpl'} + {$TABSHEET}
    diff --git a/template/yoga/admin/tabsheet.tpl b/template/yoga/admin/tabsheet.tpl index 930771916..a89adfd8d 100644 --- a/template/yoga/admin/tabsheet.tpl +++ b/template/yoga/admin/tabsheet.tpl @@ -1,8 +1,8 @@ {* $Id$ *} {if isset($tabsheet) and count($tabsheet)} {/if} \ No newline at end of file -- cgit v1.2.3