mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-20 09:58:04 +02: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)
|
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;
|
$content['nm']['msg'] = $msg;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user