Quote:
|
Originally Posted by Brian Maybe you need quotes around the URL? |
Quotes were not necessary in the 3.06 navbar ... the code above is a direct copy out of an existing 3.06 navbar ... and a direct paste into a 3.07 navbar does not work ...
Just for kicks <grin> ... I added quotes like this (which also did not work):
<if condition="$show['member'] ">
<td class="vbmenu_control"><a href="/forums/">Forums</a></td>
</if>
<if condition="$show['member']">
<td class="vbmenu_control"><a href="/gallery/">Gallery</a></td>
</if>
I can't see what is wrong with either this code fragment or the one above?
Greg