aboutsummaryrefslogtreecommitdiffstats
path: root/help/appinfo/app.php
blob: 12ae59b94c204fa718929814bc0c4f24827db1cc (plain)
1
2
3
4
5
6
<?php

OC_APP::register( array( "order" => 1, "id" => "help", "name" => "Help" ));
OC_APP::addSettingsPage( array( "order" => 2, "href" => OC_HELPER::linkTo( "help", "index.php" ), "name" => "Help", "icon" => OC_HELPER::imagePath( "settings", "information.png" )));

?>