Posted by shinz83 on July 30, 2010 at 1:25pm
I've been working on a site for about a month now, and last week a box appeared in my site on every page. I've looked in the blocks settings, and nothing should be appearing in that section.
The site is located at http://www.michigandistrict.org/test
Can anyone throw out other ideas? I'm at a loss.
Comments
It's a block on your site,
It's a block on your site, disable the content help block on your site in admin/build/block/list
That's just it...
There is no 'help block' enabled. The rectangle that is appearing is showing up in the 'content top region' but there are no blocks enabled in that region.
disable it in css, maybe?
disable it in css, maybe?
Weird - Firebug says
It is a help block - but I have no clue why it would be showing up.
is there a $help var in your
is there a $help var in your page.tpl.php file?? if so, remove it
-------------------
*/ no comment */
Thanks
I removed
<?phpprint theme('grid_block', $help, 'content-help');
?>
and the box went away.