5 lines
91 B
PHP
5 lines
91 B
PHP
<?php
|
|
|
|
OC_App::register( array( 'order' => 2, "id" => 'search', 'name' => 'Search' ));
|
|
|
|
?>
|