|
Home > Archive > WebSphere Portal Server > March 2004 > Navigation-Problem
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Navigation-Problem
|
|
|
| Hi,
I'm trying to develop my own theme and skin. I also want to change the
secondary navigation. Right now, it is a vertical menu, but I want to
change it into a horizontal menu, just beneath the place-bar. I've
realised so far, that I have to manipulate a LayeredContainer-File,
but wich one of them? And where is the decision made which one of
these LayeredContainer-Files is getting used?
| |
| Fernanda Emanuella Silveira 2004-03-10, 9:34 am |
|
If you are using WPS 5.0 you need to edit your Default.jsp (within
themes/html/<yourTheme>/Default.jsp) and uncomment the PageBarInclude.jsp
inclusion:
<%--@ include file="../PageBarInclude.jsp" --%>
Regards,
Fernanda Silveira
fe@inf.ufsc.br
On 10 Mar 2004, Chris wrote:
> Hi,
> I'm trying to develop my own theme and skin. I also want to change the
> secondary navigation. Right now, it is a vertical menu, but I want to
> change it into a horizontal menu, just beneath the place-bar. I've
> realised so far, that I have to manipulate a LayeredContainer-File,
> but wich one of them? And where is the decision made which one of
> these LayeredContainer-Files is getting used?
>
|
|
|
|
|