You are here

function flickrcachewarmer_help in Flickr 7

Implements hook_help().

File

cachewarmer/flickrcachewarmer.module, line 13
The Flickr Cache Warmer module.

Code

function flickrcachewarmer_help($path, $arg) {
  switch ($path) {
    case 'admin/help#flickrcachewarmer':

      // Return a line-break version of the README.txt.
      return _filter_autop(file_get_contents(dirname(__FILE__) . '/README.txt'));
  }
}