* @author Lukas Weiss * @version $Id$ */ require_once (EGW_INCLUDE_ROOT.'/etemplate/inc/class.sitemgr_module.inc.php'); class module_resources extends sitemgr_module { function __construct() { $this->arguments = array(); $this->properties = array(); $this->title = lang('Resources'); $this->description = lang('This module displays the resources app'); $this->etemplate_method = 'resources.resources_ui.index'; } }