diff options
author | vdigital <vdigital@piwigo.org> | 2007-02-19 06:48:56 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2007-02-19 06:48:56 +0000 |
commit | c8bc5c665dff485a3a233e23c6eaa78930f8766f (patch) | |
tree | 068d8bdb429c9ac547de258136546655e635f98e /template/yoga/slideshow.tpl | |
parent | 908b59b39d4351c51966831aac2a82f33e0ebe33 (diff) |
Minor changes:
- last 2 buttons in Modify category
- Title and description on slideshow (with css classes to hide them)
- Category names centered on p0w0
- some display reviews on wipi
git-svn-id: http://piwigo.org/svn/trunk@1836 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/slideshow.tpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/template/yoga/slideshow.tpl b/template/yoga/slideshow.tpl index ea5bc60b3..9afd46f7b 100644 --- a/template/yoga/slideshow.tpl +++ b/template/yoga/slideshow.tpl @@ -6,7 +6,13 @@ <!-- END stop_slideshow -->
</div>
<div class="imageNumber">{PHOTO}</div>
+ <!-- BEGIN title -->
+ <h2 class="showtitle">{TITLE}</h2>
+ <!-- END title -->
</div>
<div id="theImage">
{ELEMENT_CONTENT}
+<!-- BEGIN legend -->
+<p class="showlegend">{legend.COMMENT_IMG}</p>
+<!-- END legend -->
</div>
|