Editable area quite working
Permalink
I have an editable footer area, was working fine, had a design a 3 column layour, with content blocks in each. now today, its shows, even in edit mode show the blocks and the add to lable, but nothing is clickable, the Main/nav/header all work fine. just this last one on the page. defined as:
Any ideals what might have happend?
<div id="footer-body">
<?php
$a = new Area('FooterContent');
$a->display($c);
?>
</div>Any ideals what might have happend?