On Thu, Jul 29, 1999 at 03:03:08PM +0200, Jean-Marc Lasgouttes wrote:
> >>>>> "Amir" == Amir Karger <[EMAIL PROTECTED]> writes:
>
> Amir> let me know if it's broken.
>
> - if I click 'more about lyx' I get an additional 'what about klyx'
> menu at toplevel. In fact, the last item of a submenu is always shown
> at toplevel.
Ah. Thank you. It's all part of the kludge.
> - In how to get it, 'main page' should be green when it is the current
> one (same for 'more about lyx').
True. And by the way, there was a bug there too. It's actually supposed to
say "Main Download page", not just "Main page", but I was giving it a null
variable.
> Nicely done.
Not really. I'm going to try and dekludge it a bit this afternoon by getting
rid of the information redundancy. I think I really need to turn the arrays
of the link types, names, etc. into hashes, which might make it look a bit
cleaner too. (I could use objects but that might be overkill for just a
simple website.)
-Amir