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

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

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


Revision 1.2 - (show annotations) (download) (as text)
Mon Dec 31 14:21:24 2007 UTC (22 months, 3 weeks ago) by tbarregren
Branch: MAIN
CVS Tags: DRUPAL-5--1-4, DRUPAL-5--1-5, DRUPAL-5--1-3, HEAD
Branch point for: DRUPAL-5
Changes since 1.1: +4 -4 lines
File MIME type: text/x-php
Made the theming configurable.
1 <?php foreach ($output as $group => $contents) { ?>
2 <div class="relatedcontent-nodes <?php echo $group; ?>">
3 <?php if ($grouped) { ?><h3><?php echo $group; ?></h3><?php } ?>
4 <?php foreach ($contents as $content) { echo $content; } ?>
5 </div>
6 <?php } ?>

  ViewVC Help
Powered by ViewVC 1.1.2