Added new area to my default.php
Permalink
hello, I added a new area in my default.php.
in edit mode i see the placement of it, but it does not highlite when i hover over it to select it.
i added the following
in edit mode i see the placement of it, but it does not highlite when i hover over it to select it.
i added the following
<div id="headerContent"> <?php $a = new Area('myHeader'); $a->display($c); ?> </div>