arguments = array(); $this->title = lang('Calendar'); $this->description = lang('This module displays the current month'); } function get_content(&$arguments,$properties) { return $GLOBALS['egw']->jscalendar->flat('#'); } }