Implement multi-location template loading to look for a template first in the themes directory, then in the vitro template directory.

This commit is contained in:
rjy7 2010-05-12 15:08:56 +00:00
parent a0c93fda6d
commit 7c72f0f37c
4 changed files with 55 additions and 29 deletions

View file

@ -24,7 +24,6 @@
</#if>
<li><a href="${urls.about}$">About</a></li>,
<li><a href="${urls.aboutFM}">About - FM</a></li>,
<#if urls.contact??>
<li><a href="${urls.contact}">Contact Us</a></li>
</#if>