updates for page management and updates for licenses

This commit is contained in:
hjkhjk54 2012-06-05 21:34:06 +00:00
parent f8137db5c8
commit 57ffa0096f
8 changed files with 26 additions and 16 deletions

View file

@ -7,7 +7,7 @@
<#assign htmlExists = true />
</#if>
<#if htmlExists>
${variableName}
${.globals[variableName]}
<#else>
No HTML specified.
</#if>