aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
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>