nextcloud/help/appinfo/app.php

7 lines
286 B
PHP
Raw Normal View History

2011-04-16 19:49:57 +04:00
<?php
OC_APP::register( array( "order" => 1, "id" => "help", "name" => "Help" ));
2011-04-17 21:38:04 +04:00
OC_APP::addSettingsPage( array( "id" => "help", "order" => 2, "href" => OC_HELPER::linkTo( "help", "index.php" ), "name" => "Help", "icon" => OC_HELPER::imagePath( "settings", "information.png" )));
2011-04-16 19:49:57 +04:00
?>