summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/appinfo/app.php
blob: 219c5d6cb7e139310e86ab7bb67842651ca868ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
$l = OC_L10N::get('files_trashbin');

// register hooks
\OCA\Files_Trashbin\Trashbin::registerHooks();

\OCA\Files\App::getNavigationManager()->add(
	array(
		"id" => 'trashbin',
		"appname" => 'files_trashbin',
		"script" => 'index.php',
		"order" => 1,
		"name" => $l->t('Deleted files')
	)
);