aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorpatdenice <patdenice@piwigo.org>2008-11-23 17:25:24 +0000
committerpatdenice <patdenice@piwigo.org>2008-11-23 17:25:24 +0000
commit60f2d18f1fbceff44fcd43eab9528441ea126377 (patch)
treed28a6238a28ffc047002e7348eec51cb6459e7b6 /template
parenta1e6ae0f159e9cae29683078e358e10d7675badd (diff)
merge -c2902 from trunk to branch 2.0.
- 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/branches/2.0@2903 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-rw-r--r--template/yoga/picture.tpl5
1 files changed, 2 insertions, 3 deletions
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 @@
</div>
{/if}
+{if !empty($PLUGIN_PICTURE_BEFORE)}{$PLUGIN_PICTURE_BEFORE}{/if}
+
<div id="imageHeaderBar">
<div class="browsePath">
<a href="{$U_HOME}" rel="home">{'home'|@translate}</a>
@@ -37,7 +39,6 @@
{/if}
</div>
-{if !empty($PLUGIN_PICTURE_BEFORE)}{$PLUGIN_PICTURE_BEFORE}{/if}
<div id="imageToolBar">
<div class="randomButtons">
{if isset($U_SLIDESHOW_START) }
@@ -278,6 +279,4 @@ y.callService(
</div>
{/if} {*comments*}
-
-
{if !empty($PLUGIN_PICTURE_AFTER)}{$PLUGIN_PICTURE_AFTER}{/if}