function seotools_util in Drupal SEO Tools 7
Same name and namespace in other branches
- 6 seotools.module \seotools_util()
1 string reference to 'seotools_util'
- seotools_menu in ./
seotools.module - Implements hook_menu().
File
- ./
seotools.module, line 53 - Code for the SEO Tools feature.
Code
function seotools_util() {
return 'OK';
}