By LeMale on
Hi,
I'm trying to add a custom region to my drupal 6 theme, I did this :
add this to theme.info :
regions[content_header] = content_header
add this to page.tpl.php :
print $content_header;
On bloc administration, I see the content_header region colored in yellow, but when I assing a bloc to it and save, I don't see that bloc, not on admin, not on frontend. I cleared the cache, disabled admin theme, etc .. but nothing worked.
Any help ?
thanks
Comments
Make sure your block is not
Make sure your block is not empty, try to assign "who's online" block to your region.
Also, since you just show a piece of your real code then check if you make a mistyping.
thank you for the replay, I
thank you for the replay, I assigned many blocs to the new region, and checked my code, still have the same problem. I realy don't know where it's bad.