00001 <?php 00002 // $Id: aggregator-summary-item.tpl.php,v 1.2 2008/05/15 21:27:32 dries Exp $ 00003 00018 ?> 00019 <a href="<?php print $feed_url; ?>"><?php print $feed_title; ?></a> 00020 <span class="age"><?php print $feed_age; ?></span> 00021 00022 <?php if ($source_url) : ?>, 00023 <span class="source"><a href="<?php print $source_url; ?>"><?php print $source_title; ?></a></span> 00024 <?php endif; ?>
1.5.5