/[drupal]/contributions/modules/photos/photos_albumview.tpl.php
ViewVC logotype

Contents of /contributions/modules/photos/photos_albumview.tpl.php

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


Revision 1.2 - (show annotations) (download) (as text)
Tue Sep 16 06:51:55 2008 UTC (14 months, 1 week ago) by eastcn
Branch: MAIN
CVS Tags: DRUPAL-6--1-4-BETA3, DRUPAL-6--1-4-BETA1, DRUPAL-6--2-0-1, DRUPAL-6--1-2, DRUPAL-6--1-3, DRUPAL-6--2-0-2, DRUPAL-6--1-4-BETA2, HEAD
Changes since 1.1: +10 -0 lines
File MIME type: text/x-php
*** empty log message ***
1 <div class="photos-album">
2 <?php if($node->album['url']){
3 print '<div class="album-left"><img src="'.$node->album['url'].'"></div><div class="album-right">';
4 }?>
5 <h2><?php print $node->titlelink;?></h2>
6 <div class="photos-meta"><?php print theme('username', $node);?><span class="photos-time"><?php print t('Published in ').$node->time;?></span><span class="photos-imgnum"></span><?php print t('A total of %num images',array('%num' => $node->album['count']));?></div>
7 <?php print $node->teaser;?>
8 <?php if($node->album['url']){ print '</div>';}?>
9 <div class="photos-editmenu"><?php print $node->albumlink;?></div>
10 </div>

  ViewVC Help
Powered by ViewVC 1.1.2