aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authornikrou <nikrou@piwigo.org>2009-01-02 20:57:56 +0000
committernikrou <nikrou@piwigo.org>2009-01-02 20:57:56 +0000
commitb225a52b918168cf00e0cd275f62bbca624d4833 (patch)
tree8cba02bd2d7834ca2d7efa1deb85c6bd78190542 /template
parentedd0ce68d0db0300db8a9a9b4832f29148f803a1 (diff)
task:0000902: button to remove all favorites
git-svn-id: http://piwigo.org/svn/trunk@3037 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-rw-r--r--template/yoga/index.tpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/template/yoga/index.tpl b/template/yoga/index.tpl
index 2da9d04b5..5e65938fe 100644
--- a/template/yoga/index.tpl
+++ b/template/yoga/index.tpl
@@ -14,6 +14,10 @@
</select>
</li>
{/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>
+ {/if}
{if isset($U_CADDIE) }
<li><a href="{$U_CADDIE}" title="{'add to caddie'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/caddie_add.png" class="button" alt="{'caddie'|@translate}"/></a></li>