_aggregator_category_title

Versions
6 – 7
_aggregator_category_title($category)

Menu callback.

Return value

An aggregator category title.

Code

modules/aggregator/aggregator.module, line 279

<?php
function _aggregator_category_title($category) {
  return $category['title'];
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.