|
From: Alexander G. <gaf...@us...> - 2006-01-18 22:06:26
|
Update of /cvsroot/cobricks/cobricks2/src/org/cobricks/portal In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6420/src/org/cobricks/portal Modified Files: properties.txt Log Message: pageheaderwiki and pagefooterwiki added Index: properties.txt =================================================================== RCS file: /cvsroot/cobricks/cobricks2/src/org/cobricks/portal/properties.txt,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- properties.txt 4 Jan 2005 07:27:10 -0000 1.9 +++ properties.txt 18 Jan 2006 22:06:17 -0000 1.10 @@ -66,3 +66,7 @@ #portal.presenter.timestyle=medium portal.presenter.datestyle=dd.MM.yyyy portal.presenter.timestyle=HH:mm + +#pageheader and pagefooter for Wiki pages +portal.pageheaderwiki=$portalPresenter.parse("$contextPath/pageheaderwiki.html", $portalRequest) +portal.pagefooterwiki=$portalPresenter.parse("$contextPath/pagefooterwiki.html", $portalRequest) \ No newline at end of file |