If you really use the Zenpage theme from our 1.3 release the sidebar.php of it should already have a call for the printCustomMEnu() function. It should look (partially) like this:
`
<?php
if(function_exists('printCustomMenu') && getOption('zenpage_custommenu')) { ?>
<?php printCustomMenu('zenpage','list','',"menu-active","submenu","menu-active",2); ?>
<?php
} else {
(...) //The normal stuff with the separate menus for each type (albums, news, pages etc)
}
`
I guess best is indeed you get a little into this stuff at all. It helps in general for future stuff as well.