mirror of
https://github.com/nextcloud/server.git
synced 2026-03-11 02:41:25 -04:00
6 lines
197 B
PHP
6 lines
197 B
PHP
<?php
|
|
|
|
OC_APP::register( array( "id" => "help", "name" => "Help" ));
|
|
OC_APP::addPersonalMenuEntry( array( "order" => 2, "href" => OC_HELPER::linkTo( "help", "index.php" ), "name" => "Help" ));
|
|
|
|
?>
|