Parent Directory
|
Revision Log
|
Revision Graph
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 |