zenpage pages in a row.

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

  • acrylian Administrator, Developer
    Well being a list is standards compliant and semantic code. If you don't want the list you will have to write your own function. Besides that you can style every html list to show in a row via CSS, too.
Sign In or Register to comment.