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-94f89814c4dfmaster
parent
db49ad98cf
commit
8475c241a5
|
|
@ -13,6 +13,10 @@
|
|||
<jsp:directive.page import="com.arsdigita.navigation.cms.CMSDataCollectionRenderer"/>
|
||||
|
||||
<jsp:scriptlet>
|
||||
|
||||
defaultItemPage.setClassAttr("welcomePage");
|
||||
|
||||
|
||||
long age = Navigation.getConfig().getIndexPageCacheLifetime();
|
||||
if (age == 0) {
|
||||
DispatcherHelper.cacheDisable(response);
|
||||
|
|
|
|||
Loading…
Reference in New Issue