function filedepot_help in filedepot 6
Same name and namespace in other branches
- 7 filedepot.module \filedepot_help()
Implementation of hook_help().
File
- ./
filedepot.module, line 58 - filedepot.module Filedepot: File Management Module developed by Nextide www.nextide.ca Full featured document managment module with a desktop application feel. Integrated role and user permissions to secure folders, automated notifications, Tag Cloud…
Code
function filedepot_help($path, $args) {
switch ($path) {
case 'admin/help#filedepot':
return t('Filedepot Default Settings');
break;
}
}