From c74e2ab49ee08101b38b3904a49037fcd6f9403c Mon Sep 17 00:00:00 2001 From: patdenice Date: Sun, 23 Nov 2008 17:23:57 +0000 Subject: - Add home and identification buttons after installation. - Use fetchRemote function for remote site actions. - Corrections in fetchRemote fnction. - Move PLUGIN_PICTURE_BEFORE in picture.tpl. git-svn-id: http://piwigo.org/svn/trunk@2902 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/picture.tpl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'template') diff --git a/template/yoga/picture.tpl b/template/yoga/picture.tpl index b8f3ec522..26450a21c 100644 --- a/template/yoga/picture.tpl +++ b/template/yoga/picture.tpl @@ -25,6 +25,8 @@ {/if} +{if !empty($PLUGIN_PICTURE_BEFORE)}{$PLUGIN_PICTURE_BEFORE}{/if} +
{'home'|@translate} @@ -37,7 +39,6 @@ {/if}
-{if !empty($PLUGIN_PICTURE_BEFORE)}{$PLUGIN_PICTURE_BEFORE}{/if}
{if isset($U_SLIDESHOW_START) } @@ -278,6 +279,4 @@ y.callService(
{/if} {*comments*} - - {if !empty($PLUGIN_PICTURE_AFTER)}{$PLUGIN_PICTURE_AFTER}{/if} -- cgit v1.2.3