source: extensions/stripped_responsive/template/fotorama.tpl @ 29733

Last change on this file since 29733 was 29733, checked in by JanisV, 10 years ago

Added fotorama page

  • Property svn:executable set to *
File size: 268 bytes
RevLine 
[29733]1{html_style}
2#footer {
3  display: none;
4}
5{/html_style}
6
7<script>
8var image_w = {$item_height};
9var image_h = {$item_height};
10</script>
11
12<div id="slideshow">
13  <div id="content">
14        <div id="theImage">
15      {include file=$FOTORAMA_CONTENT_PATH}
16        </div>
17  </div>
18</div>
Note: See TracBrowser for help on using the repository browser.