Move Terms of Use controller & template into FreeMarker.

This commit is contained in:
rjy7 2010-05-17 21:30:54 +00:00
parent 8a83103367
commit fc8c9876f0
13 changed files with 109 additions and 32 deletions

View file

@ -23,6 +23,8 @@
<div id="contentwrap">
<div id="content" <#if contentClass??> class="${contentClass}" </#if>>
<#-- We don't do title here because some pages don't get a title, or it may not be the same as the <title> text.
<h2>${title}</h2> -->
${body}
</div> <!-- content -->
</div> <!-- contentwrap -->