[themes] How to troubleshoot themes?
Jody Cleveland
Cleveland at winnefox.org
Fri Sep 22 17:55:46 UTC 2006
> 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
More information about the themes
mailing list