always start with tile-view

This commit is contained in:
Ralf Becker 2015-01-21 19:45:46 +00:00
parent 14a7dd38f3
commit 64c52e385a

View File

@ -303,6 +303,7 @@ class egw_sharing
}
// run full eTemplate2 UI for directories
$_GET['path'] = $this->share['share_root'];
$GLOBALS['egw_info']['user']['preferences']['filemanager']['nm_view'] = 'tile';
$_GET['cd'] = 'no';
$GLOBALS['egw_info']['flags']['js_link_registry'] = true;
egw_framework::includeCSS('/filemanager/templates/default/sharing.css');