| [ Index ] |
PHP Cross Reference of Drupal 6 (yi-drupal) |
[Summary view] [Print] [Text view]
1 <?php 2 3 /** 4 * @file comment-wrapper.tpl.php 5 * Default theme implementation to wrap aggregator content. 6 * 7 * Available variables: 8 * - $content: All aggregator content. 9 * - $page: Pager links rendered through theme_pager(). 10 * 11 * @see template_preprocess() 12 * @see template_preprocess_comment_wrapper() 13 */ 14 ?> 15 <div id="aggregator"> 16 <?php print $content; ?> 17 <?php print $pager; ?> 18 </div>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Mon Jul 9 18:01:44 2012 | Cross-referenced by PHPXref 0.7 |