In FreeMarkerHttpServlet.getTemplateLoader(), handle the case where the theme directory has no templates subdirectory without an error.

This commit is contained in:
rjy7 2010-07-09 22:10:43 +00:00
parent 0d09bcf546
commit cb1ab5a041
2 changed files with 18 additions and 8 deletions

View file

@ -6,7 +6,7 @@
<h1><a title="Home" href="${urls.home}">${siteName}</a></h1>
<#if siteTagline.has_content>
<#if siteTagline?has_content>
<em>${siteTagline}</em>
</#if>