httpheader.jspf revision 1387
144N/ASee LICENSE.txt included in this distribution for the specific
144N/Afile and include the License file at LICENSE.txt.
1281N/A cfg = PageConfig.get(request);
1281N/A cfg.setTitle("your title");
1186N/Ainclude file="pageconfig.jspf"
1186N/A/* ---------------------- httpheader.jsp start --------------------- */
1281N/A cfg = PageConfig.get(request);
1281N/A String styleDir = cfg.getCssDir();
1281N/A String ctxPath = request.getContextPath();
1364N/A String debugParam = request.getParameter("debug");
850N/A<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
1356N/A type="application/opensearchdescription+xml"
1356N/A<title><%= cfg.getTitle() %></title><%
1186N/A/* ---------------------- httpheader.jsp end --------------------- */