Commit f990e305 authored by Bill Lynch's avatar Bill Lynch Committed by bill

Context path updates


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@476 b35dd754-fafc-0310-a699-88a17e54d16e
parent 7a3f9336
......@@ -24,13 +24,15 @@
<jsp:useBean id="admin" class="org.jivesoftware.util.WebManager" />
<% admin.init(request, response, session, application, out); %>
<% String path = request.getContextPath(); %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title><%= AdminConsole.getAppName() %> Admin Console<%= (info.getTitle() != null ? (": "+info.getTitle()) : "") %></title>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<link rel="stylesheet" type="text/css" href="style/global.css">
<link rel="stylesheet" type="text/css" href="<%= path %>/style/global.css">
</head>
<body id="jive-body">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment