/[drupal]/drupal/modules/aggregator/aggregator-wrapper.tpl.php
ViewVC logotype

Contents of /drupal/modules/aggregator/aggregator-wrapper.tpl.php

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


Revision 1.3 - (show annotations) (download) (as text)
Thu Jul 23 22:14:26 2009 UTC (4 months ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-10, DRUPAL-7-0-UNSTABLE-8, DRUPAL-7-0-UNSTABLE-9, HEAD
Changes since 1.2: +2 -2 lines
File MIME type: text/x-php
#529202 by yched: Fix phpdoc in aggregator-wrapper.tpl.php.
1 <?php
2 // $Id: aggregator-wrapper.tpl.php,v 1.2 2008/05/15 21:27:32 dries Exp $
3
4 /**
5 * @file
6 * Default theme implementation to wrap aggregator content.
7 *
8 * Available variables:
9 * - $content: All aggregator content.
10 * - $page: Pager links rendered through theme_pager().
11 *
12 * @see template_preprocess()
13 * @see template_preprocess_aggregator_wrapper()
14 */
15 ?>
16 <div id="aggregator">
17 <?php print $content; ?>
18 <?php print $pager; ?>
19 </div>

  ViewVC Help
Powered by ViewVC 1.1.2