From: David ‘Bombe’ Roden Date: Mon, 18 Oct 2010 13:47:11 +0000 (+0200) Subject: Add icon to all delivered Sone pages. X-Git-Tag: 0.1-RC1~234 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=5069a213ae0d5891e598e93269b2cee20511b89b Add icon to all delivered Sone pages. --- diff --git a/src/main/java/net/pterodactylus/sone/web/SoneTemplatePage.java b/src/main/java/net/pterodactylus/sone/web/SoneTemplatePage.java index a152d30..2a56c57 100644 --- a/src/main/java/net/pterodactylus/sone/web/SoneTemplatePage.java +++ b/src/main/java/net/pterodactylus/sone/web/SoneTemplatePage.java @@ -152,6 +152,14 @@ public class SoneTemplatePage extends TemplatePage { } /** + * {@inheritDoc} + */ + @Override + protected String getShortcutIcon() { + return "images/icon.png"; + } + + /** * Returns whether this page requires the user to log in. * * @return {@code true} if the user is required to be logged in to use this diff --git a/src/main/resources/static/images/icon.png b/src/main/resources/static/images/icon.png new file mode 100644 index 0000000..7dbb827 Binary files /dev/null and b/src/main/resources/static/images/icon.png differ