You are here

function theme_ed_classified_category_description in Classified Ads 6.2

Same name and namespace in other branches
  1. 5.2 ed_classified_themefuncs.inc \theme_ed_classified_category_description()
  2. 5 ed_classified_themefuncs.inc \theme_ed_classified_category_description()
  3. 7.2 ed_classified_themefuncs.inc \theme_ed_classified_category_description()

File

./ed_classified_themefuncs.inc, line 197
$ Simple text-based classified ads module.

Code

function theme_ed_classified_category_description($cat) {
  return '<div class="classified-description">' . check_plain($cat->description) . "</div>\n";
}