Try to change this in block.tpl.php<br><pre>elseif ($block->module == 'user' and $block->delta == '1') { ?><br></pre>to:<br><pre>elseif (($block->module == 'user' and $block->delta == '1') || $block->module = 'menu') { ?>
<br></pre>I haven't tested it, but it could (should) work.<br><br><br><div><span class="gmail_quote">2006/9/22, Jody Cleveland <<a href="mailto:Cleveland@winnefox.org">Cleveland@winnefox.org</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello,<br><br>> Link to theme?<br><br>Oops... Sorry about that. Here it is:<br><a href="http://drupal.org/project/multiflex">http://drupal.org/project/multiflex</a><br><br>- jody<br>_______________________________________________
<br>themes mailing list<br><a href="mailto:themes@drupal.org">themes@drupal.org</a><br><a href="http://lists.drupal.org/mailman/listinfo/themes">http://lists.drupal.org/mailman/listinfo/themes</a><br></blockquote></div><br>