/[drupal]/contributions/modules/galleria/galleria.tpl.php
ViewVC logotype

Contents of /contributions/modules/galleria/galleria.tpl.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download) (as text)
Wed Dec 3 14:50:54 2008 UTC (11 months, 3 weeks ago) by marktheunissen
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--1
File MIME type: text/x-php
Initial commit of Galleria module
1 <?php
2 // $Id$
3
4 /**
5 * @file
6 * Default output for a galleria node.
7 */
8
9 ?>
10 <div id="galleria-content">
11 <?php print $gallery; ?>
12 <div class="galleria-nav">
13 <a onclick="$.galleria.prev(); return false;" href="#"><< previous</a>
14 |
15 <a onclick="$.galleria.next(); return false;" href="#">next >></a>
16 </div>
17 </div>
18 <div>
19 <a href="#TB_inline?height=700&width=600&inlineId=galleria-content" class="thickbox">Show hidden modal content.</a>
20 </div>

  ViewVC Help
Powered by ViewVC 1.1.2