_aggregator_category_title

Definition

_aggregator_category_title($category)
aggregator/aggregator.module, line 255

Description

Menu callback.

Return value

An aggregator category title.

Code

<?php
function _aggregator_category_title($category) {
  return $category['title'];
}
?>