mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-03 16:32:22 +02:00
c8bc5c665d
- last 2 buttons in Modify category - Title and description on slideshow (with css classes to hide them) - Category names centered on p0w0 - some display reviews on wipi git-svn-id: http://piwigo.org/svn/trunk@1836 68402e56-0260-453c-a942-63ccdbb3a9ee
19 lines
549 B
Smarty
19 lines
549 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>
|
|
<!-- 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>
|