aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2009-01-22 02:19:17 +0000
committerrvelices <rv-github@modusoptimus.com>2009-01-22 02:19:17 +0000
commitfef4f255b5c91e1caa862c99b2afd8d94eca2cc8 (patch)
tree411978bbdfa4d931a2b25e20a1020e63838e361a /template
parent5865b1e90bd29b3c1d02933446f715400e35dfc9 (diff)
- fix hard coded urls in section_init
- moved a language string language from php to tpl git-svn-id: http://piwigo.org/svn/trunk@3108 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-rw-r--r--template/yoga/index.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/index.tpl b/template/yoga/index.tpl
index 5e65938fe..5a78f9899 100644
--- a/template/yoga/index.tpl
+++ b/template/yoga/index.tpl
@@ -16,7 +16,7 @@
{/if}
{if isset($favorite) }
- <li><a href="{$favorite.U_FAVORITE}" title="{$favorite.FAVORITE_HINT}"><img src="{$favorite.FAVORITE_IMG}" class="button" alt="favorite" title="{$favorite.FAVORITE_HINT}"></a></li>
+ <li><a href="{$favorite.U_FAVORITE}" title="{'del_all_favorites_hint'|@translate}"><img src="{$favorite.FAVORITE_IMG}" class="button" alt="favorite" title="{'del_all_favorites_hint'|@translate}"></a></li>
{/if}
{if isset($U_CADDIE) }