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.


2006/9/22, Jody Cleveland <Cleveland@winnefox.org>:
Hello,

> Link to theme?

Oops... Sorry about that. Here it is:
http://drupal.org/project/multiflex

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