_aggregator_category_title
- Versions
- 6 – 7
_aggregator_category_title($category)
Menu callback.
Return value
An aggregator category title.
Code
modules/aggregator/aggregator.module, line 255
<?php
function _aggregator_category_title($category) {
return $category['title'];
}
?>Login or register to post comments 