function panels_sections_help in Panels Sections 6
Same name and namespace in other branches
- 6.2 panels_sections.module \panels_sections_help()
Implementation of hook_help().
File
- ./
panels_sections.module, line 11 - Allows you to define panels_sections of your site and apply s to those panels_sections.
Code
function panels_sections_help($path, $arg) {
switch ($path) {
case 'admin/modules#description':
return t('Allows you to define sections of your site and specify a Panels Page to take over.');
}
}