root/extensions/simple_themes/simple/template/slideshow.tpl @ 13546

Revision 13546, 363 bytes (checked in by plg, 15 months ago)

import theme Simple, version 2.0

  • adaptation of the theme for Piwigo 2.1
Line 
1<div id="slideshow" class="titrePage">
2  <div class="imageNumber">{$PHOTO}</div>
3  {include file='picture_nav_buttons.tpl'|@get_extent:'picture_nav_buttons'}
4  {if $SHOW_PICTURE_NAME_ON_TITLE }
5  <h2>{$current.TITLE}</h2>
6  {/if}
7</div>
8<div id="theImage">
9  {$ELEMENT_CONTENT}
10  {if isset($COMMENT_IMG)}
11  <p class="showlegend">{$COMMENT_IMG}</p>
12  {/if}
13</div>
Note: See TracBrowser for help on using the browser.