piwigo/template/yoga/slideshow.tpl
2007-03-16 06:30:07 +00:00

18 lines
480 B
Smarty

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