22 Sep
2006
22 Sep
'06
7:45 p.m.
Thanks for getting back to me so quickly!
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 replaced that with exactly what you put, refreshed the page, and now all I get is a blank page. - jody