/[drupal]/contributions/themes/sympal_theme/aggregator_page_item.tpl.php
ViewVC logotype

Contents of /contributions/themes/sympal_theme/aggregator_page_item.tpl.php

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


Revision 1.2 - (show annotations) (download) (as text)
Sat Mar 8 13:34:21 2008 UTC (20 months, 2 weeks ago) by ber
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--1
Changes since 1.1: +26 -0 lines
File MIME type: text/x-php
Adding files from DRUPAL-5 branch to HEAD, in preparation of a DRUPAL-6 branch.
1 <div class="article feed-item teaser">
2 <div class="sliding-door">
3 <h3 class="title"><a href="<?php print $link ?>" title="<?php print $title ?>"><?php print $title ?></a></h3>
4
5 <?php if ($categories): ?>
6 <div class="tags sliding-door">
7 <div class="tags categories"><?php print t('Categories') ?>: <?php print implode(', ', $categories)?></div>
8 <?php print $terms; ?>
9 </div>
10 <?php endif; ?>
11
12 <?php if ($description) : ?>
13 <div class="body">
14 <?php print $description ?>
15 </div>
16 <?php endif; ?>
17
18 <div class="links sliding-door">
19 <ul class="links">
20 <li><?php print $source ?></li>
21 <li class="date"><?php print $source_date ?></li>
22 </ul>
23 </div>
24
25 </div>
26 </div>

  ViewVC Help
Powered by ViewVC 1.1.2