diff options
Diffstat (limited to 'template/yoga/picture.tpl')
-rw-r--r-- | template/yoga/picture.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/template/yoga/picture.tpl b/template/yoga/picture.tpl index 276db31de..fc5fce450 100644 --- a/template/yoga/picture.tpl +++ b/template/yoga/picture.tpl @@ -31,6 +31,7 @@ {/if} </div> +{if !empty($PLUGIN_PICTURE_BEFORE)}{$PLUGIN_PICTURE_BEFORE}{/if} <div id="imageToolBar"> <div class="randomButtons"> {if isset($U_SLIDESHOW_START) } @@ -226,3 +227,4 @@ </div> {/if} {*comments*} +{if !empty($PLUGIN_PICTURE_AFTER)}{$PLUGIN_PICTURE_AFTER}{/if} |