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