You are here

function ed_classified_get_ad_stats in Classified Ads 5.2

Same name and namespace in other branches
  1. 5 ed_classified_utils.inc \ed_classified_get_ad_stats()
  2. 6.2 ed_classified_utils.inc \ed_classified_get_ad_stats()
  3. 7.2 ed_classified_utils.inc \ed_classified_get_ad_stats()

Get stats

1 call to ed_classified_get_ad_stats()
ed_classified_block in ./ed_classified.module
Implementation of hook_block().

File

./ed_classified_utils.inc, line 175
Simple text-based classified ads module. Michael Curry, Exodus Development, Inc. exodusdev@gmail.com for more information, please visit http://exodusdev.com/drupal/modules/classified.module Copyright (c) 2006, 2007 Exodus Development, Inc. All Rights…

Code

function ed_classified_get_ad_stats() {
  return theme('ed_classified_ads_stats');
}