/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php $a = new Area('Sidebar'); $a->setBlockWrapperStart('<div class="box">'); $a->setBlockWrapperEnd('</div>'); $a->display($c); ?>