function seotools_presets in Drupal SEO Tools 6
Implementation of hook_presets().
File
- ./
seotools.module, line 163
Code
function seotools_presets() {
include_once drupal_get_path('module', 'seotools') . '/plugins/seotools.presets.inc';
return _seotools_presets();
}