Hi,
I want to create a theme with a JSP page.
There is an example :
<table width="100%" border="0" cellspacing="1" cellpadding="3">
<tr>
<td bgcolor="#FF6666">{left.TITLE}</td>
</tr>
<tr>
<td bgcolor="<jsp:getProperty name="theme" property="color"/>>{left.CONTENT}</td>
</tr>
</table>