diff options
Diffstat (limited to 'themes/default/template/picture.tpl')
-rw-r--r-- | themes/default/template/picture.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/default/template/picture.tpl b/themes/default/template/picture.tpl index eacb81beb..d86434c88 100644 --- a/themes/default/template/picture.tpl +++ b/themes/default/template/picture.tpl @@ -76,6 +76,7 @@ jQuery("#derivativeSwitchBox").on("mouseleave click", function() { <span class="pwg-icon pwg-icon-save"> </span><span class="pwg-button-text">{'Download'|@translate}</span> </a> {/if}{/strip} +{foreach from=$PLUGIN_PICTURE_BUTTONS item=button}{$button}{/foreach} {if isset($PLUGIN_PICTURE_ACTIONS)}{$PLUGIN_PICTURE_ACTIONS}{/if} {strip}{if isset($favorite)} <a href="{$favorite.U_FAVORITE}" title="{if $favorite.IS_FAVORITE}{'delete this photo from your favorites'|@translate}{else}{'add this photo to your favorites'|@translate}{/if}" class="pwg-state-default pwg-button" rel="nofollow"> |