summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-04-17 20:11:28 +0200
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-04-17 20:11:28 +0200
commit8c5831d95809543641497b05808254eaba5c792b (patch)
treea46c52bc03ac383f98c2981a2d5a12dc323b0089 /help
parent21def39dacd2c452d401c7658b91c86087b5e8e1 (diff)
downloadnextcloud-server-8c5831d95809543641497b05808254eaba5c792b.tar.gz
nextcloud-server-8c5831d95809543641497b05808254eaba5c792b.zip
shiny new symbolic icons, yay
Diffstat (limited to 'help')
-rw-r--r--help/appinfo/app.php2
-rw-r--r--help/img/help.pngbin0 -> 467 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/help/appinfo/app.php b/help/appinfo/app.php
index 4743292ebb7..ee308624aaa 100644
--- a/help/appinfo/app.php
+++ b/help/appinfo/app.php
@@ -3,7 +3,7 @@
OC_APP::register( array( "order" => 1, "id" => "help", "name" => "Help" ));
// Workaround for having help as the last entry always
-$entry = array( "id" => "help", "order" => 1000, "href" => OC_HELPER::linkTo( "help", "index.php" ), "name" => "Help", "icon" => OC_HELPER::imagePath( "settings", "information.png" ));
+$entry = array( "id" => "help", "order" => 1000, "href" => OC_HELPER::linkTo( "help", "index.php" ), "name" => "Help", "icon" => OC_HELPER::imagePath( "help", "help.png" ));
if( OC_GROUP::inGroup( $_SESSION["user_id"], "admin" )){
OC_APP::addAdminPage( $entry );
}
diff --git a/help/img/help.png b/help/img/help.png
new file mode 100644
index 00000000000..aa222ed83b3
--- /dev/null
+++ b/help/img/help.png
Binary files differ