22 Sep
2006
22 Sep
'06
7:55 p.m.
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