NHIVIVO-2051 Fix values of currentServlet (was currentPage) and urls.currentPage
This commit is contained in:
parent
afa25c7f2a
commit
1f16791d2a
5 changed files with 24 additions and 19 deletions
|
@ -7,7 +7,7 @@ the domain of the controllers. -->
|
|||
<#assign bodyClasses>
|
||||
<#-- The compress directives and formatting here resolve whitespace issues in output; please do not alter them. -->
|
||||
<#compress>
|
||||
<#assign bodyClassList = [currentPage!]>
|
||||
<#assign bodyClassList = [currentServlet!]>
|
||||
|
||||
<#if user.loggedIn>
|
||||
<#assign bodyClassList = bodyClassList + ["loggedIn"]/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue