nextcloud/settings/appinfo/app.php

7 lines
213 B
PHP
Raw Normal View History

<?php
OC_APP::register( array( "id" => "settings", "name" => "Settings" ));
2011-03-18 16:12:06 +03:00
OC_APP::addPersonalMenuEntry( array( "order" => 1, "href" => OC_HELPER::linkTo( "settings", "index.php" ), "name" => "Settings" ));
?>