* resources/sitemanager integration: fixed broken resources sitemanager integration

This commit is contained in:
Klaus Leithoff 2011-08-22 11:12:30 +00:00
parent 05eb7d0f54
commit 0d78091fe5

View File

@ -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';
}
}
}