diff options
Diffstat (limited to 'apps/files/index.php')
-rw-r--r-- | apps/files/index.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/files/index.php b/apps/files/index.php index 86cf2e04a56..6f5989820b9 100644 --- a/apps/files/index.php +++ b/apps/files/index.php @@ -43,6 +43,8 @@ OCP\Util::addscript('files', 'filelist'); \OCP\Util::addScript('files', 'tagsplugin'); \OCP\Util::addScript('files', 'favoritesplugin'); +\OC_Util::addVendorScript('core', 'handlebars/handlebars'); + OCP\App::setActiveNavigationEntry('files_index'); $l = \OC::$server->getL10N('files'); |