GlobalArea setBlockLimit

Permalink
Hi everybody,

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

moosh
 
moosh replied on at Permalink Reply
moosh
setBlockLimit working now in frontend

But not in backend ( dashboard/blocks/stacks/ ), I can add multiple block to that global area...

Thanks

mOoSh