Questions about the Halloween theme
PermalinkHere's the relevant code from default.php:
<div id="navigation"> <? $a = new Area('Header Nav'); $a->display($c); ?> <? $a = new Area('Sidebar'); $a->display($c); ?> </div>
Shouldn't a sidebar div be added to default.css and the sidebar php be placed in that div?
I'm new at all this, so please forgive any dumb questions.
Mark
Have you tried using another variable for the sidebar? $b = new Area....