13 lines
526 B
Plaintext
13 lines
526 B
Plaintext
<%--
|
|
- Author: Jorg Janke
|
|
- Version: $Id: footer.jspf,v 1.2 2006/05/06 00:41:33 mdeaelfweald Exp $
|
|
- Adempiere ERP & CRM Smart Business Solution - Copyright (c) 1999-2004 Jorg Janke
|
|
- - -
|
|
- Web Store Footer
|
|
--%>
|
|
<div id="footer">
|
|
<div id="footerParam4"><c:out value='${ctx.webParam4}' escapeXml='false'/> </div>
|
|
<div id="footerParam5"><c:out value='${ctx.webParam5}' escapeXml='false'/> </div>
|
|
<div id="footerParam6"><c:out value='${ctx.webParam6}' escapeXml='false'/> </div>
|
|
</div>
|