diff --git a/resources/sitemgr/class.module_resources.inc.php b/resources/sitemgr/class.module_resources.inc.php index 6d68a85436..b3cfc96786 100755 --- a/resources/sitemgr/class.module_resources.inc.php +++ b/resources/sitemgr/class.module_resources.inc.php @@ -20,6 +20,6 @@ $this->properties = array(); $this->title = lang('Resources'); $this->description = lang('This module displays the resources app'); - $this->etemplate_method = 'resources.ui_resources.index'; + $this->etemplate_method = 'resources.resources_ui.index'; } - } \ No newline at end of file + }