Aah, glad I could help.

2006/9/22, Jody Cleveland <Cleveland@winnefox.org>:
> Try to change this in block.tpl.php
>
> elseif ($block->module == 'user' and $block->delta == '1') { ?>
> to:
>
> elseif (($block->module == 'user' and $block->delta == '1')
> || $block->module = 'menu') { ?>
>
> I haven't tested it, but it could (should) work.

Ok, got it. I had commented the original line, and added the one you
mentioned. Once I deleted that line, rather than commenting it, it works
fine.

Thank you very much!! I've been banging my head against the keyboard for
over a week with this.

- jody
_______________________________________________
themes mailing list
themes@drupal.org
http://lists.drupal.org/mailman/listinfo/themes