diff options
author | vdigital <vdigital@piwigo.org> | 2007-01-17 23:08:41 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2007-01-17 23:08:41 +0000 |
commit | e81260cdec75e196feed698a05cad88236d3ed42 (patch) | |
tree | 4ed44f2f56e00420e8b6884e90cc768e45b397c8 /template | |
parent | 8e43a0fec128ad379bcdf432ddb034db66097c7e (diff) |
Issue 0000622: Optional light slideshow
(Active by default - Switch off by $conf['light_slideshow'] = false)
Order by in admin/comments.php
git-svn-id: http://piwigo.org/svn/trunk@1730 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/slideshow.tpl | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/template/yoga/slideshow.tpl b/template/yoga/slideshow.tpl new file mode 100644 index 000000000..ea5bc60b3 --- /dev/null +++ b/template/yoga/slideshow.tpl @@ -0,0 +1,12 @@ +<!-- $Id: slideshow.tpl 1672 2006-12-17 11:02:09Z vdigital $ -->
+<div id="imageHeaderBar">
+ <div class="browsePath">
+ <!-- BEGIN stop_slideshow -->
+ [ <a href="{stop_slideshow.U_SLIDESHOW}">{lang:slideshow_stop}</a> ]
+ <!-- END stop_slideshow -->
+ </div>
+ <div class="imageNumber">{PHOTO}</div>
+</div>
+<div id="theImage">
+ {ELEMENT_CONTENT}
+</div>
|