updates for page data getters being rewritten as data getters

This commit is contained in:
hjkhjk54 2012-03-02 21:25:54 +00:00
parent ebfefce352
commit 42cab346e6
4 changed files with 10 additions and 9 deletions

View file

@ -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>