aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/appinfo/app.php
blob: 108f02930e2619f0fcfbb662a36ab2ba7a77b27b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php
$l=OC_L10N::get('files');

OCP\App::registerAdmin('files', 'admin');

OCP\App::addNavigationEntry( array( "id" => "files_index",
									"order" => 0,
									"href" => OCP\Util::linkTo( "files", "index.php" ),
									"icon" => OCP\Util::imagePath( "core", "places/home.svg" ),
									"name" => $l->t("Files") ));

OC_Search::registerProvider('OC_Search_Provider_File');