source: extensions/Simple_Grey/slideshow.tpl @ 5659

Last change on this file since 5659 was 4762, checked in by boulde, 14 years ago

change titrepage id to a class

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