From 14778ce673277f2df41f963aa70df1cbed427294 Mon Sep 17 00:00:00 2001 From: plegall Date: Sat, 13 Mar 2010 00:00:52 +0000 Subject: feature 1502: based on Dotclear model, P@t has reorganized the way Piwigo manages template/theme in a simpler "theme only level" architecture. It supports multiple level inheritance. git-svn-id: http://piwigo.org/svn/trunk@5123 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/template/goto/extend_for_templates.tpl | 37 ---------------------------- 1 file changed, 37 deletions(-) delete mode 100644 admin/template/goto/extend_for_templates.tpl (limited to 'admin/template/goto/extend_for_templates.tpl') diff --git a/admin/template/goto/extend_for_templates.tpl b/admin/template/goto/extend_for_templates.tpl deleted file mode 100644 index 0d093c3bf..000000000 --- a/admin/template/goto/extend_for_templates.tpl +++ /dev/null @@ -1,37 +0,0 @@ -

{'Extend for templates'|@translate}

-
-{if isset($extents)} -

{'Replacement of original templates by customized templates from template-extension subfolder'|@translate}

-
- - - - - - - - {foreach from=$extents item=tpl name=extent_loop} - - - - - - - {/foreach} -
{'Replacers (customized templates)'|@translate}{'Original templates'|@translate}{'Optional URL keyword'|@translate}{'Bound template'|@translate}
- - {$tpl.replacer} - - {html_options name=original[] output=$tpl.original_tpl values=$tpl.original_tpl selected=$tpl.selected_tpl} - - {html_options name=url[] output=$tpl.url_parameter values=$tpl.url_parameter selected=$tpl.selected_url} - - {html_options name=bound[] output=$tpl.bound_tpl values=$tpl.bound_tpl selected=$tpl.selected_bound} -
- {if !is_adviser()} -

- -

- {/if} -
-{/if} -- cgit v1.2.3