Re: page structure + ad page
Janne Jalkanen <[email protected]> Mon, 27 Aug 2007 22:56:55 +0300
| Newsgroups | gmane.comp.java.jspwiki.user |
|---|---|
| Message-ID | <[email protected]> |
> I think there is a new file called localheader.jsp part of the > default template > scheme - add it there I guess Um, no. localheader.jsp is available only on 2.6, and that's only for adding things in the <head> -portion of the document. If you want to have a banner, the easiest way would be to add something like this in your ViewTemplate.jsp: <wiki:InsertPage page="MyBanner"/> Then create the page MyBanner. /Janne