permanently using etemplate2 for filemanager index

This commit is contained in:
Ralf Becker 2013-04-12 10:02:18 +00:00
parent abee7bc2a1
commit 6e6ce5dbcc

View File

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