Changed to class attribute of the sci-welcome.jsp template to "welcomePage" to make the welcome page distinguishable.

git-svn-id: https://svn.libreccm.org/ccm/trunk@4088 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2016-05-25 06:06:48 +00:00
parent db49ad98cf
commit 8475c241a5
1 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,10 @@
<jsp:directive.page import="com.arsdigita.navigation.cms.CMSDataCollectionRenderer"/> <jsp:directive.page import="com.arsdigita.navigation.cms.CMSDataCollectionRenderer"/>
<jsp:scriptlet> <jsp:scriptlet>
defaultItemPage.setClassAttr("welcomePage");
long age = Navigation.getConfig().getIndexPageCacheLifetime(); long age = Navigation.getConfig().getIndexPageCacheLifetime();
if (age == 0) { if (age == 0) {
DispatcherHelper.cacheDisable(response); DispatcherHelper.cacheDisable(response);