/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php $a = new Area('Header Nav'); $a->setBlockLimit(1); $a->display($c); ?>