/ Published in: PHP
Expand |
Embed | Plain Text
<?php $a = new Area('Sidebar'); $a->setBlockWrapperStart('<div class="box">'); $a->setBlockWrapperEnd('</div>'); $a->display($c); ?>
You need to login to post a comment.
<?php $a = new Area('Sidebar'); $a->setBlockWrapperStart('<div class="box">'); $a->setBlockWrapperEnd('</div>'); $a->display($c); ?>
You need to login to post a comment.