diff --git a/src/node/utils/Settings.js b/src/node/utils/Settings.js
index 9caa2b0b..fb2a592c 100644
--- a/src/node/utils/Settings.js
+++ b/src/node/utils/Settings.js
@@ -38,6 +38,8 @@ exports.title = "Etherpad Lite";
* The app favicon fully specified url, visible e.g. in the browser window
*/
exports.favicon = "favicon.ico";
+exports.faviconPad = "../" + exports.favicon;
+exports.faviconTimeslider = "../../" + exports.favicon;
/**
* The IP ep-lite should listen to
diff --git a/src/templates/pad.html b/src/templates/pad.html
index 3f3eee4f..c1300d5e 100644
--- a/src/templates/pad.html
+++ b/src/templates/pad.html
@@ -32,7 +32,7 @@
-
+