updates for page data getters being rewritten as data getters
This commit is contained in:
parent
ebfefce352
commit
42cab346e6
4 changed files with 10 additions and 9 deletions
|
@ -11,7 +11,7 @@
|
|||
<ul id="header-nav" role="list">
|
||||
<li role="listitem"><a href="${urls.index}" title="index">Index</a></li>
|
||||
<#if user.loggedIn>
|
||||
<#if (page??) && (page.URLToEditPage??) >
|
||||
<#if (page??) && (page?is_hash || page?is_hash_ex) && (page.URLToEditPage??) >
|
||||
<li role="listitem"><a href="${page.URLToEditPage}" title="edit page">Edit Page</a></li>
|
||||
</#if>
|
||||
<#if user.hasSiteAdminAccess>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue