function classified_token_values in Classified Ads 6.3
Implements hook_token_values().
1 string reference to 'classified_token_values'
- classified_init in ./
classified.module - Implements hook_init().
File
- ./
classified.module, line 1511 - A pure D6 classified ads module inspired by the ed_classified module.
Code
function classified_token_values($type, $object = NULL, $options = array()) {
module_load_include('tokens.inc', 'classified');
return _classified_token_values($type, $object, $options);
}