/[drupal]/contributions/modules/moviedb/mdb_person.tpl.php
ViewVC logotype

Contents of /contributions/modules/moviedb/mdb_person.tpl.php

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


Revision 1.1 - (show annotations) (download) (as text)
Mon Feb 23 21:53:44 2009 UTC (9 months ago) by ultimatedruid
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--1
File MIME type: text/x-php
no message
1 <div class="moviedb-person">
2 <?php if(count($filmography)) { ?>
3 <div class="filmography">
4 <?php
5 foreach($filmography as $list) {
6 print $list;
7 }
8 ?>
9 </div>
10 <?php } ?>
11 <?php if($node->body) { ?>
12 <div class="biography">
13 <h2>Biography</h2>
14 <div class="content"><?php print $node->body; ?></div>
15 </div>
16 <?php } ?>
17 </div>

  ViewVC Help
Powered by ViewVC 1.1.2