[themes] How to troubleshoot themes?

Johan Forngren johan at forngren.com
Fri Sep 22 18:01:53 UTC 2006


Aah, glad I could help.

2006/9/22, Jody Cleveland <Cleveland at winnefox.org>:
>
> > 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
> _______________________________________________
> themes mailing list
> themes at drupal.org
> http://lists.drupal.org/mailman/listinfo/themes
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.drupal.org/pipermail/themes/attachments/20060922/921c6c2d/attachment-0001.htm


More information about the themes mailing list