Add support for homepage configuration.
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
</div>
|
||||
<c:if test="${param.onlyActionHeader!=true}">
|
||||
<div id="headerContent">
|
||||
<a href="c/home" title="Homepage">
|
||||
<a href="${requestScope['site.homepage']}" title="Homepage">
|
||||
<div id="headerLogo"> </div>
|
||||
</a>
|
||||
|
||||
|
@@ -77,7 +77,7 @@
|
||||
code="REGISTER"/></a></span>
|
||||
</c:if>
|
||||
</div>
|
||||
<a href="c/maps/">
|
||||
<a href="${requestScope['site.homepage']}">
|
||||
<div id="headerLogo"></div>
|
||||
</a>
|
||||
|
||||
|
@@ -70,7 +70,7 @@
|
||||
<div id="mindplot" onselectstart="return false;"></div>
|
||||
|
||||
<div id="embFooter">
|
||||
<a href="c/home" target="new">
|
||||
<a href="${requestScope['site.homepage']}" target="new">
|
||||
<div id="footerLogo"></div>
|
||||
</a>
|
||||
|
||||
|
@@ -105,7 +105,7 @@
|
||||
<div id="printLogo"></div>
|
||||
|
||||
<div id="embFooter">
|
||||
<a href="c/home" target="new">
|
||||
<a href="${requestScope['site.homepage']}" target="new">
|
||||
<div id="footerLogo"></div>
|
||||
</a>
|
||||
|
||||
|
Reference in New Issue
Block a user