+ ">Customize + Conference Appearance
@@ -383,3 +384,4 @@
<%= rdat.getStdFontTag(ColorSelectors.CONTENT_FOREGROUND,2) %>This is a
Frozen Topic
<% } // end if %>
+<% data.writeBottomCustom(out); %>
diff --git a/web/format/topics.jsp b/web/format/topics.jsp
index fe12f41..a79ffb4 100644
--- a/web/format/topics.jsp
+++ b/web/format/topics.jsp
@@ -30,6 +30,8 @@
%>
<% if (rdat.useHTMLComments()) { %><% } %>
<% rdat.writeContentHeader(out,"Topics in " + data.getConfName(),null); %>
+
+<% data.writeTopCustom(out); %>
<%= stdfont %>
+<% data.writeBottomCustom(out); %>
|