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 | |
parent | 21def39dacd2c452d401c7658b91c86087b5e8e1 (diff) | |
download | nextcloud-server-8c5831d95809543641497b05808254eaba5c792b.tar.gz nextcloud-server-8c5831d95809543641497b05808254eaba5c792b.zip |
shiny new symbolic icons, yay
Diffstat (limited to 'settings')
-rw-r--r-- | settings/appinfo/app.php | 2 | ||||
-rw-r--r-- | settings/img/information.png | bin | 803 -> 0 bytes | |||
-rw-r--r-- | settings/img/personal.png | bin | 0 -> 597 bytes |
3 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" ))); ?> diff --git a/settings/img/information.png b/settings/img/information.png Binary files differdeleted file mode 100644 index cbabb0e54a5..00000000000 --- a/settings/img/information.png +++ /dev/null diff --git a/settings/img/personal.png b/settings/img/personal.png Binary files differnew file mode 100644 index 00000000000..95b4ca396c1 --- /dev/null +++ b/settings/img/personal.png |