Removing the "Add to"
PermalinkIs there any way of removing the 'Add to' on certain areas. Want to remove it from under my Header Nav area. Not really that knowledgeable when it comes to php but is there a line of code I can add to
<?php
$a = new Area('Header Nav');
$a->display($c);
?>
to make it disappear?
Cheers
Karl
http://www.concrete5.org/index.php?cID=382186&editmode=...
But you might be satisfied with this:
It restricts the blocks in the area to 1. If there's no block in the area you see "Add.." but not if there's one inside..