blob: 232aaa0f0e75d2aeaa572363a0d193cbc49bbe44 (
plain)
1
2
3
4
5
6
|
<?php
OC_UTIL::addApplication( array( "id" => "settings", "name" => "Settings" ));
OC_UTIL::addNavigationEntry( array( "app" => "settings", "file" => "index.php", "name" => "Settings" ));
?>
|