"; } public function setup($config) { return true; } public function render($width = 300) { $path = PATH_TPL . "/dashboard/dashletProcessMakerEnterprisePm3.html"; $html = file_get_contents($path); echo $html; } }