[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

/modules/aggregator/ -> aggregator-summary-items.tpl.php (source)

   1  <?php
   2  
   3  /**
   4   * @file aggregator-summary-items.tpl.php
   5   * Default theme implementation to present feeds as list items.
   6   *
   7   * Each iteration generates a single feed source or category.
   8   *
   9   * Available variables:
  10   * - $title: Title of the feed or category.
  11   * - $summary_list: Unordered list of linked feed items generated through
  12   *   theme_item_list().
  13   * - $source_url: URL to the local source or category.
  14   *
  15   * @see template_preprocess()
  16   * @see template_preprocess_aggregator_summary-items()
  17   */
  18  ?>
  19  <h2><?php print $title; ?></h2>
  20  <?php print $summary_list; ?>
  21  <div class="links">
  22    <a href="<?php print $source_url; ?>"><?php print t('More'); ?></a>
  23  </div>


Generated: Mon Jul 9 18:01:44 2012 Cross-referenced by PHPXref 0.7