I would like to add another suckerfish menu below the users1,2,3 blocks.
If I just duplicate the
<div id="prenav"></div>
<?php
if ($suckerfish) {
include 'psuckerfish.php';
} else {
include 'pmenu.php';
}
?>
<div id="postnav"></div>
section in the page.tpl.php I just get the same menu twice.
Comments
Comment #1
florian commentedI am working on it. The next release will have two suckerfish menus out oif the box. I hope it will be ready in 1-2 days.
Comment #2
LGPhoenix commentedThank you!