source: trunk/template/yoga/slideshow.tpl @ 1730

Last change on this file since 1730 was 1730, checked in by vdigital, 17 years ago

Issue 0000622: Optional light slideshow
(Active by default - Switch off by $conflight_slideshow = false)

Order by in admin/comments.php

File size: 373 bytes
Line 
1<!-- $Id: slideshow.tpl 1672 2006-12-17 11:02:09Z vdigital $ -->
2<div id="imageHeaderBar">
3  <div class="browsePath">
4    <!-- BEGIN stop_slideshow -->
5    [ <a href="{stop_slideshow.U_SLIDESHOW}">{lang:slideshow_stop}</a> ]
6    <!-- END stop_slideshow -->
7  </div>
8  <div class="imageNumber">{PHOTO}</div>
9</div>
10<div id="theImage">
11  {ELEMENT_CONTENT}
12</div>
Note: See TracBrowser for help on using the repository browser.