Adding N3 menu editing to the site admin page.
This commit is contained in:
parent
e5da2a557a
commit
22575dc3e2
4 changed files with 11 additions and 3 deletions
|
@ -20,7 +20,11 @@
|
|||
<#if siteConfig.urls.users??>
|
||||
<li><a href="${siteConfig.urls.users}">User accounts</a></li>
|
||||
</#if>
|
||||
|
||||
|
||||
<#if siteConfig.urls.menuN3Editor??>
|
||||
<li><a href="${siteConfig.urls.menuN3Editor}">Menu N3 editor</a></li>
|
||||
</#if>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</#if>
|
Loading…
Add table
Add a link
Reference in a new issue