Files
Piwigo/template/yoga/slideshow.tpl
T
vdigital e81260cdec 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
2007-01-17 23:08:41 +00:00

13 lines
373 B
Smarty

<!-- $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>