can some one help with the coding?
i want to be able to pull the zenpages in a row for a nav bar?
this is the sidebar code!
i dont need the li ....
<?php if(function_exists("printPageMenu")) { ?>
<div class="menu">
<div class="topic"><?php echo gettext("Pages"); ?></div>
<?php printPageMenu("list","","menu-active","submenu","menu-active"); ?>
</div>
<?php } ?>
Comments