function statspro_path_aggregator_add in Statistics Pro 6.2
1 string reference to 'statspro_path_aggregator_add'
- statspro_menu in ./
statspro.module - Implementation of hook_menu().
File
- ./
statspro_path_aggregated.inc, line 159
Code
function statspro_path_aggregator_add() {
if (!statspro_path_aggregated_mandatory()) {
return "\n<p>" . t('Dependencies not met.') . "</p>\n";
}
$output = drupal_get_form('statspro_path_aggregator_add_form');
return $output;
}