How to limit the number of BLOC added in a area ?
Permalink
I remember seeing a code somewhere in the forum but cant find it.
<?php
$as = new Area('Title');
$as->display($c);
?>
What I need to change to give a maximum of bloc per area ?
<?php
$as = new Area('Title');
$as->display($c);
?>
What I need to change to give a maximum of bloc per area ?