* I2PTunnel:

- Add edit text
      - Fix broken favicon
This commit is contained in:
zzz
2009-07-05 21:00:29 +00:00
parent e4c599b756
commit cc2be105a6
3 changed files with 5 additions and 5 deletions

View File

@ -18,7 +18,7 @@
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
<% if (editBean.allowCSS()) {
%><link href="images/favicon.ico" type="image/x-icon" rel="shortcut icon" />
%><link href="/themes/console/images/favicon.ico" type="image/x-icon" rel="shortcut icon" />
<link href="<%=editBean.getTheme()%>default.css" rel="stylesheet" type="text/css" />
<link href="<%=editBean.getTheme()%>i2ptunnel.css" rel="stylesheet" type="text/css" />
<% }