GlobalArea setBlockLimit
Permalink
Hi everybody,
I've try to add a GlobalArea in my templates like that:
Problem is setBlockLimit() method doesn't work...
Do you know why ?
Thanks
mOoSh
I've try to add a GlobalArea in my templates like that:
<?php $ga = new GlobalArea('Footer'); $ga->setBlockLimit(1); $ga->display(); ?>
Problem is setBlockLimit() method doesn't work...
Do you know why ?
Thanks
mOoSh
But not in backend ( dashboard/blocks/stacks/ ), I can add multiple block to that global area...
Thanks
mOoSh