source: extensions/luciano/template/slideshow.tpl @ 12523

Last change on this file since 12523 was 5934, checked in by patdenice, 14 years ago

Fix display with IE7

File size: 320 bytes
Line 
1<div id="imageHeaderBar">
2        <div class="imageNumber">{$PHOTO}</div>
3</div>
4<div id="slidshowToolBar">{include file='picture_nav_buttons.tpl'|@get_extent:'picture_nav_buttons'}</div>
5<div id="imageContainer">
6        <div id="theImage">
7                <div id="theImg"><a href="{$U_SLIDESHOW_STOP}">{$ELEMENT_CONTENT}</a></div>
8        </div>
9</div>
Note: See TracBrowser for help on using the repository browser.