nextcloud/settings/appinfo/app.php

7 lines
293 B
PHP
Raw Normal View History

<?php
2011-07-29 23:36:03 +04:00
OC_App::register( array( "id" => "settings", "name" => "Settings" ));
OC_App::addSettingsPage( array( "id" => "settings", "order" => -1000, "href" => OC_Helper::linkTo( "settings", "index.php" ), "name" => "Personal", "icon" => OC_Helper::imagePath( "settings", "personal.png" )));
?>