aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/appinfo/app.php
blob: b431ddfec02e21c3cb5919bb50eb719f3cb48f43 (plain)
1
2
3
4
5
6
7
8
<?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');