function youtubechannel_help in YoutubeChannel 7.2
Same name and namespace in other branches
- 8.3 youtubechannel.module \youtubechannel_help()
- 6 youtubechannel.module \youtubechannel_help()
- 7 youtubechannel.module \youtubechannel_help()
Implements hook_help().
File
- ./
youtubechannel.module, line 11 - module file for youtubechannel.
Code
function youtubechannel_help($section) {
switch ($section) {
case 'admin/help#youtubechannel':
return t("Youtube Channel let's you have a complete video list from an specific user inside your site,\n you only have to configure the dimensions and the username that you'll use to feed the page.");
}
}