You are here

function youtubechannel_help in YoutubeChannel 6

Same name and namespace in other branches
  1. 8.3 youtubechannel.module \youtubechannel_help()
  2. 7.2 youtubechannel.module \youtubechannel_help()
  3. 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.");
  }
}