diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-04-17 20:11:28 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-04-17 20:11:28 +0200 |
commit | 8c5831d95809543641497b05808254eaba5c792b (patch) | |
tree | a46c52bc03ac383f98c2981a2d5a12dc323b0089 /settings/appinfo | |
parent | 21def39dacd2c452d401c7658b91c86087b5e8e1 (diff) | |
download | nextcloud-server-8c5831d95809543641497b05808254eaba5c792b.tar.gz nextcloud-server-8c5831d95809543641497b05808254eaba5c792b.zip |
shiny new symbolic icons, yay
Diffstat (limited to 'settings/appinfo')
-rw-r--r-- | settings/appinfo/app.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/appinfo/app.php b/settings/appinfo/app.php index 2eb24b90efa..f0bf1c71bb4 100644 --- a/settings/appinfo/app.php +++ b/settings/appinfo/app.php @@ -1,6 +1,6 @@ <?php OC_APP::register( array( "id" => "settings", "name" => "Settings" )); -OC_APP::addSettingsPage( array( "id" => "settings", "order" => -1000, "href" => OC_HELPER::linkTo( "settings", "index.php" ), "name" => "Information", "icon" => OC_HELPER::imagePath( "settings", "information.png" ))); +OC_APP::addSettingsPage( array( "id" => "settings", "order" => -1000, "href" => OC_HELPER::linkTo( "settings", "index.php" ), "name" => "Personal", "icon" => OC_HELPER::imagePath( "settings", "personal.png" ))); ?> |