modx->getOption('date_timezone'); $timezone = !empty($date_timezone) ? $date_timezone : date_default_timezone_get(); $timeformat = $this->modx->getOption('manager_time_format'); $datetime = new DateTime($timezone); $curtime = $datetime->format($timeformat); $this->modx->setPlaceholder('curtime',$curtime); $this->controller->addJavascript($this->modx->getOption('manager_url').'assets/modext/widgets/security/modx.grid.user.online.js'); $this->controller->addHtml(' '); return $this->getFileChunk('dashboard/onlineusers.tpl'); } } return 'modDashboardWidgetWhoIsOnline';