Removed vivo specific version of siteAdmin-siteConfiguration.ftl. It's no longer necessary and should have been removed as part of r3106 when cleaning up after retiring old vivo-basic theme.
This commit is contained in:
parent
e20105a725
commit
a607f2985c
1 changed files with 0 additions and 25 deletions
|
@ -1,25 +0,0 @@
|
||||||
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
|
||||||
|
|
||||||
<#-- Template for Site Administration site configuration panel -->
|
|
||||||
|
|
||||||
<#if siteConfig?has_content>
|
|
||||||
<div class="pageBodyGroup">
|
|
||||||
|
|
||||||
<h3>Site Configuration</h3>
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<#if siteConfig.urls.siteInfo??>
|
|
||||||
<li><a href="${siteConfig.urls.siteInfo}">Site information</a></li>
|
|
||||||
</#if>
|
|
||||||
|
|
||||||
<#if siteConfig.urls.menuN3Editor??>
|
|
||||||
<li><a href="${siteConfig.urls.menuN3Editor}">Menu management</a></li>
|
|
||||||
</#if>
|
|
||||||
|
|
||||||
<#if siteConfig.urls.userList??>
|
|
||||||
<li><a href="${siteConfig.urls.userList}">User accounts</a></li>
|
|
||||||
</#if>
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</#if>
|
|
Loading…
Add table
Reference in a new issue