/[drupal]/contributions/modules/node_gallery/gallery_cover_view.tpl.php
ViewVC logotype

Contents of /contributions/modules/node_gallery/gallery_cover_view.tpl.php

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


Revision 1.1 - (show annotations) (download) (as text)
Wed Nov 5 03:16:26 2008 UTC (12 months, 2 weeks ago) by wilson98
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-ALPHA6, DRUPAL-6--1-0-ALPHA3, DRUPAL-6--1-0-ALPHA1, DRUPAL-6--1-0-ALPHA4, DRUPAL-6--2-1-ALPHA1, DRUPAL-6--1-0-ALPHA7, DRUPAL-6--2-0-ALPHA9, DRUPAL-6--2-0-ALPHA8, DRUPAL-6--1-0-ALPHA2, DRUPAL-6--1-0-ALPHA8, DRUPAL-6--2-0-ALPHA3, DRUPAL-6--2-0-ALPHA2, DRUPAL-6--2-0-ALPHA1, DRUPAL-6--2-0-ALPHA7, DRUPAL-6--2-0-ALPHA6, DRUPAL-6--2-0-ALPHA5, DRUPAL-6--2-0-ALPHA4, HEAD
Branch point for: DRUPAL-6--2, DRUPAL-6--1
File MIME type: text/x-php
initial module node gallery import.
1 <?php $gallery_path = 'node/'.$gallery->nid; ?>
2 <div class="gallery-cover-view">
3 <div class="cover-image"><?php print l($cover_image, $gallery_path, array('html' => true)) ;?></div>
4 <h4 class="title"><?php print l($gallery->title, $gallery_path)?></h4>
5 <div class="meta"><?php print $meta_data; ?></div>
6 <?php print $cover_operations;?>
7 </div>

  ViewVC Help
Powered by ViewVC 1.1.2