summaryrefslogtreecommitdiffstats
path: root/help/appinfo/app.php
blob: 952c57f9bc8cb1148142cbc2843887987a52c321 (plain)
1
2
3
4
5
6
<?php

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

?>