there were duplicate freemarker variables being used; resolved this by changing the name of the variable used for the application or site name

This commit is contained in:
Tim Worrall 2014-06-20 13:08:55 -04:00
parent 90cec22e9d
commit 59ddbe15ec
21 changed files with 36 additions and 39 deletions

View file

@ -1,3 +1,3 @@
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<title>${title}</title>
<title>${siteName!}</title>