jrCore_register_module_feature('jrCore', 'tool_view', 'ssElephants', 'watering_holes', array('Watering Holes', 'A list of all the watering holes for elephants'));
function view_ssElephants_watering_holes($_post, $_user, $_conf){
//put all your code in here.
return 'these are the watering holes .....';
}