mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-23 06:19:09 +01:00
* Resources: SiteMgr module uses old class-name ui_resources instead of resources_ui
This commit is contained in:
parent
34bd427884
commit
1f54b34dde
25
resources/sitemgr/class.module_resources.inc.php
Executable file
25
resources/sitemgr/class.module_resources.inc.php
Executable file
@ -0,0 +1,25 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* eGroupWare - resources
|
||||||
|
* http://www.egroupware.org
|
||||||
|
*
|
||||||
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||||
|
* @package resources
|
||||||
|
* @author Cornelius Weiss <egw@von-und-zu-weiss.de>
|
||||||
|
* @author Lukas Weiss <wnz_gh05t@users.sourceforge.net>
|
||||||
|
* @version $Id$
|
||||||
|
*/
|
||||||
|
|
||||||
|
require_once (EGW_INCLUDE_ROOT.'/etemplate/inc/class.sitemgr_module.inc.php');
|
||||||
|
|
||||||
|
class module_resources extends sitemgr_module
|
||||||
|
{
|
||||||
|
function module_resources()
|
||||||
|
{
|
||||||
|
$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';
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user