added customizable "HTML Escapes" for the top and bottom of the topic list
and post list pages; configurable through the host tools
This commit is contained in:
@@ -30,6 +30,8 @@
|
||||
%>
|
||||
<% if (rdat.useHTMLComments()) { %><!-- Topic list for conf #<%= data.getConfID() %> --><% } %>
|
||||
<% rdat.writeContentHeader(out,"Topics in " + data.getConfName(),null); %>
|
||||
|
||||
<% data.writeTopCustom(out); %>
|
||||
<%= stdfont %>
|
||||
<DIV ALIGN="LEFT" CLASS="content">
|
||||
<A HREF="<%= rdat.getEncodedServletPath("confops?sig=" + data.getCommunityID()) %>"><IMG
|
||||
@@ -191,3 +193,4 @@
|
||||
<B>]</B>
|
||||
</DIV>
|
||||
</FONT>
|
||||
<% data.writeBottomCustom(out); %>
|
||||
|
||||
Reference in New Issue
Block a user