Questions about the Halloween theme

Permalink
It displays the content, but not the sidebar.

Here'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

markcmyers
 
Remo replied on at Permalink Reply
Remo
I've never tried it, but is it okay to use the same variable ($a) twice?

Have you tried using another variable for the sidebar? $b = new Area....
andrew replied on at Permalink Reply
andrew
I'm wondering if you tried moving sidebar somewhere on the page if you'd have better luck. Maybe the navigation CSS isn't displaying everything ?