diff options
Diffstat (limited to 'template/yoga/slideshow.tpl')
-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>
|