/.php'); class Dashlet extends DashletGeneric { function Dashlet($id, $def = null) { global $current_user, $app_strings; require('modules//metadata/dashletviewdefs.php'); parent::DashletGeneric($id, $def); if(empty($def['title'])) $this->title = translate('LBL_HOMEPAGE_TITLE', ''); $this->searchFields = $dashletData['Dashlet']['searchFields']; $this->columns = $dashletData['Dashlet']['columns']; $this->seedBean = new (); } }