By ricksta on
I've installed nice menus module. If I put a nice menu in the main content region of my theme, I see the menu. I've added a region though, to put it in and when I put it in there, I can't see the nice menu. I think I'm confusing regions with div's in the page.tpl. How do I put the new region in the page.tpl?
Thanks.
R
Comments
Hi ricksta. If you use drupal
Hi ricksta.
If you use drupal 6.x.
You need to define the region in the file. Info
then you print it to the page file
Clear memory cache after you edit the file.
Example :
in page.tpl.php you print:
http://jobs68.com
Build Drupal website please contact me itqn2004@gmail.com
TanTran
adding regions
thank you kindly.
That works.