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:
parent
a0c93fda6d
commit
7c72f0f37c
4 changed files with 55 additions and 29 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue