function spaces_help in Spaces 6.2
Same name and namespace in other branches
- 6.3 spaces.module \spaces_help()
- 6 spaces.module \spaces_help()
- 7.3 spaces.module \spaces_help()
- 7 spaces.module \spaces_help()
Implementation of hook_help().
File
- ./
spaces.module, line 227
Code
function spaces_help($path, $arg) {
switch ($path) {
case 'admin/build/spaces/presets/export':
return "<p>" . t('You can use exported presets in your modules by returning an array of presets in <code>hook_spaces_presets()</code>.') . "</p>";
}
}