diff options
Diffstat (limited to 'modules/aggregator/aggregator-summary-item.tpl.php')
-rw-r--r-- | modules/aggregator/aggregator-summary-item.tpl.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/aggregator/aggregator-summary-item.tpl.php b/modules/aggregator/aggregator-summary-item.tpl.php index fcd57c7a4..f9199a52e 100644 --- a/modules/aggregator/aggregator-summary-item.tpl.php +++ b/modules/aggregator/aggregator-summary-item.tpl.php @@ -13,6 +13,8 @@ * * @see template_preprocess() * @see template_preprocess_aggregator_summary_item() + * + * @ingroup themeable */ ?> <a href="<?php print $feed_url; ?>"><?php print $feed_title; ?></a> |