My goal is to make it so that the 2-sidebars are always rendered even if there is nothing to display in them. I thought I might be able to do this by ensuring that both the left and right sidebar regions are listed in clean.info, but I see NO regions in the clean.info. So, how is Drupal 6.x determining what regions are enabled? How might I accomplish my goal?
Thank you very much.
Comments
Comment #1
vm commentedcheck template.php
Comment #2
psynaptic commentedWhy don't you just remove the conditions from around the divs?
Change:
To:
Comment #3
psynaptic commentedCommitted to DRUPAL-6--1:
http://drupal.org/cvs?commit=189750
Thanks!