Ticket #131 (closed enhancement: fixed)

Opened 4 years ago

Last modified 4 years ago

default template cleanup

Reported by: erwin Owned by: somebody
Priority: major Milestone: M6
Component: other Version: 1.0
Keywords: Cc:

Description

split up in top and bottom includes that can be reused in blog and forum

remove the need of <f:view> tags

Change History

Changed 4 years ago by erwin

  • status changed from new to closed
  • resolution set to fixed

done in build 34

/files/template_top.jsp and /files/template_bottom.jsp can now be used by other modules.

module-specific stuff can be put in those files as well using:

  • <c:if test="${module_blog}"></c:if>
  • <c:if test="${module_forum}"></c:if>
  • <c:if test="${module_content}"></c:if>
Note: See TracTickets for help on using tickets.