mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
permanently using etemplate2 for filemanager index
This commit is contained in:
parent
abee7bc2a1
commit
6e6ce5dbcc
@ -352,7 +352,8 @@ class filemanager_ui
|
||||
*/
|
||||
function listview(array $content=null,$msg=null)
|
||||
{
|
||||
$tpl = new etemplate('filemanager.index');
|
||||
require_once EGW_INCLUDE_ROOT.'/etemplate/inc/class.etemplate.inc.php';
|
||||
$tpl = new etemplate_new('filemanager.index');
|
||||
|
||||
$content['nm']['msg'] = $msg;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user