diff options
author | Vincent Petry <pvince81@owncloud.com> | 2014-12-15 12:43:16 +0100 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2014-12-15 12:44:41 +0100 |
commit | 1d22cd5b229753bf35a78bc342a6b6e644971aed (patch) | |
tree | 948a12549df3ec25cda514945bdbef8546991acd /apps/files/index.php | |
parent | 20c30ac79a1040680bff778bfd1dd0dc2dbd40d6 (diff) | |
download | nextcloud-server-1d22cd5b229753bf35a78bc342a6b6e644971aed.tar.gz nextcloud-server-1d22cd5b229753bf35a78bc342a6b6e644971aed.zip |
Use star icon for favorites
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'); |