NIHVIVO-2492 Display "site configuration" options unless the siteConfig map is empty.

This commit is contained in:
j2blake 2011-04-19 16:05:03 +00:00
parent a2069d1575
commit 86b855df95

View file

@ -2,7 +2,7 @@
<#-- Template for Site Administration site configuration panel -->
<#if siteConfig??>
<#if siteConfig?has_content>
<div class="pageBodyGroup">
<h3>Site Configuration</h3>