source: extensions/modus/template/fotorama.tpl @ 30246

Last change on this file since 30246 was 30053, checked in by rvelices, 10 years ago

modus improve display of image number on picture page + add fotorama template

File size: 407 bytes
Line 
1<div id="slideshow">
2  <div id="imageHeaderBar">
3        <div class="imageNumber">{$PHOTO}</div>
4        <div class="browsePath">
5          {if isset($U_SLIDESHOW_STOP) }
6                [ <a href="{$U_SLIDESHOW_STOP}">{'stop the slideshow'|translate}</a> ]
7          {/if}
8          <h2 class="showtitle">{$current.TITLE}</h2>
9        </div>
10  </div>
11
12  <div id="content">
13        <div id="theImage">
14      {include file=$FOTORAMA_CONTENT_PATH}
15        </div>
16  </div>
17</div>
Note: See TracBrowser for help on using the repository browser.