Active
Project:
Brilliant Gallery
Version:
6.x-4.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 May 2012 at 07:29 UTC
Updated:
14 May 2012 at 07:29 UTC
function brilliant_gallery_help($path, $arg) {
$output = '';
switch ($section) {
case "admin/help#brilliant_gallery":
$output = '<p>'. t("Highly customizable Drupal module creating a table gallery of quality-scaled images from any number of folders.") .'</p>';
break;
}
return $output;
}
$section should be $path?