5 lines
87 B
PHP
5 lines
87 B
PHP
<?php
|
|
|
|
OC_App::register( array( "order" => 1, "id" => "help", "name" => "Help" ));
|
|
|
|
?>
|