function blazy_help in Blazy 8
Implements hook_help().
File
- ./
blazy.module, line 162 - Provides basic Blazy integration for lazy loading and multi-serving images.
Code
function blazy_help($route_name) {
switch ($route_name) {
case 'help.page.blazy':
return check_markup(file_get_contents(dirname(__FILE__) . '/README.txt'));
}
}