source: extensions/simple_themes/simple/template/slideshow.tpl @ 13546

Last change on this file since 13546 was 13546, checked in by plg, 12 years ago

import theme Simple, version 2.0

  • adaptation of the theme for Piwigo 2.1
File size: 363 bytes
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 repository browser.