summaryrefslogtreecommitdiff
path: root/BKUOnline/src/main/webapp/applet.jsp
diff options
context:
space:
mode:
authorclemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2009-08-21 16:02:45 +0000
committerclemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2009-08-21 16:02:45 +0000
commit8b2cc798b260b3034142cb1b13084ad1b7646ae6 (patch)
tree284dd82c4f46975c1385addae6f58dc35dea386f /BKUOnline/src/main/webapp/applet.jsp
parent723d2f2bfbb0a7f2e4c34cd9a22af471dbc2ba8f (diff)
downloadmocca-8b2cc798b260b3034142cb1b13084ad1b7646ae6.tar.gz
mocca-8b2cc798b260b3034142cb1b13084ad1b7646ae6.tar.bz2
mocca-8b2cc798b260b3034142cb1b13084ad1b7646ae6.zip
icons 2.0
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@464 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKUOnline/src/main/webapp/applet.jsp')
-rw-r--r--BKUOnline/src/main/webapp/applet.jsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/BKUOnline/src/main/webapp/applet.jsp b/BKUOnline/src/main/webapp/applet.jsp
index 5564df2e..1e38cc04 100644
--- a/BKUOnline/src/main/webapp/applet.jsp
+++ b/BKUOnline/src/main/webapp/applet.jsp
@@ -23,7 +23,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>MOCCA Applet</title>
- <link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
+ <link rel="shortcut icon" href="img/chip16.ico" type="image/x-icon">
<script type="text/javascript" src="js/deployJava.js"></script>
<style type="text/css" media="all">@import "css/applet.css";</style>
@@ -37,7 +37,7 @@
int height = session.getAttribute("appletHeight") == null ? 130
: (Integer) session.getAttribute("appletHeight");
String backgroundImg = session.getAttribute("appletBackground") == null
- ? "../img/ChipperlingCutoff.png"
+ ? "../img/chip32.png"
: (String) session.getAttribute("appletBackground");
String guiStyle = (String) session.getAttribute("appletGuiStyle");
String locale = (String) session.getAttribute("locale");