lang}/mods/portal/" */ public $language = 'portal_clock_module'; /** * @inheritdoc */ public function get_allowed_columns() { return $this->columns; } /** * @inheritdoc */ public function get_name() { return $this->name; } /** * @inheritdoc */ public function get_image() { return $this->image_src; } /** * @inheritdoc */ public function get_language() { return $this->language; } /** * @inheritdoc */ public function get_template_side($module_id) { return 'clock_side.html'; } /** * @inheritdoc */ public function get_template_acp($module_id) { return array( 'title' => 'ACP_PORTAL_CLOCK_SETTINGS', 'vars' => array(), ); } }