| 5 aggregator.module | theme_aggregator_summary_item( |
| 6 theme.php | theme_aggregator_summary_item() |
| 7 theme.php | theme_aggregator_summary_item($variables) |
| 8 theme.php | theme_aggregator_summary_item($variables) |
| 8 aggregator.pages.inc | theme_aggregator_summary_item($variables) |
Implemented using the aggregator-summary-item.tpl.php template.
See also
aggregator-summary-item.tpl.php
Related topics
2 theme calls to theme_aggregator_summary_item()
File
- developer/
theme.php, line 45 - Shadow theme functions for theme templates.
Code
function theme_aggregator_summary_item($variables) {
// This function is never used; see the corresponding template file instead.
}
Login or register to post comments