[themes] How to troubleshoot themes?

Johan Forngren johan at forngren.com
Fri Sep 22 16:55:51 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.


2006/9/22, Jody Cleveland <Cleveland at winnefox.org>:
>
> Hello,
>
> > Link to theme?
>
> Oops... Sorry about that. Here it is:
> http://drupal.org/project/multiflex
>
> - 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/81865232/attachment.htm


More information about the themes mailing list