Aah, glad I could help.<br><br><div><span class="gmail_quote">2006/9/22, Jody Cleveland &lt;<a href="mailto:Cleveland@winnefox.org">Cleveland@winnefox.org</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
&gt; Try to change this in block.tpl.php<br>&gt;<br>&gt; elseif ($block-&gt;module == 'user' and $block-&gt;delta == '1') { ?&gt;<br>&gt; to:<br>&gt;<br>&gt; elseif (($block-&gt;module == 'user' and $block-&gt;delta == '1')
<br>&gt; || $block-&gt;module = 'menu') { ?&gt;<br>&gt;<br>&gt; I haven't tested it, but it could (should) work.<br><br>Ok, got it. I had commented the original line, and added the one you<br>mentioned. Once I deleted that line, rather than commenting it, it works
<br>fine.<br><br>Thank you very much!! I've been banging my head against the keyboard for<br>over a week with this.<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>