From 29d36ffdc36bf20ab43840df9272fac160cbc476 Mon Sep 17 00:00:00 2001 From: patdenice Date: Mon, 29 Mar 2010 13:30:02 +0000 Subject: feature 1502: Allow to have configuration page for each theme.css. About string for theme has to be saved in language theme directory (about.html) git-svn-id: http://piwigo.org/svn/trunk@5446 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/default/template/themes_installed.tpl | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'admin/themes/default/template/themes_installed.tpl') diff --git a/admin/themes/default/template/themes_installed.tpl b/admin/themes/default/template/themes_installed.tpl index 5bb18ae57..9f972486f 100644 --- a/admin/themes/default/template/themes_installed.tpl +++ b/admin/themes/default/template/themes_installed.tpl @@ -13,7 +13,7 @@
{$theme.name}{if $theme.is_default} ({'default'|@translate}){/if}
- +
{if $theme.deactivable} {'Deactivate'|@translate} {else} @@ -23,6 +23,10 @@ {if not $theme.is_default} | {'Default'|@translate} {/if} +{if isset($theme.admin_uri)} +
{'Configuration'|@translate} +{/if} +
{/foreach} @@ -39,7 +43,7 @@
{$theme.name}
- +
{if $theme.activable} {'Activate'|@translate} {else} @@ -53,7 +57,7 @@ {else} {'Delete'|@translate} {/if} - +
-- cgit v1.2.3