ob_start(); show_menu2(0, SM2_CURR+1, SM2_ALL, SM2_ALL|SM2_CURRTREE); $content = ob_get_contents(); ob_end_clean(); return $content.' ';
This Droplet uses show_menu2 to create a list of child pages of the current page.
This can be handy to include on those pages where you dont have real content but just need to tell a little bit about the coming sub pages.
ob_start(); show_menu2(0, SM2_CURR+1, SM2_ALL, SM2_ALL|SM2_CURRTREE); $content = ob_get_contents(); ob_end_clean(); return $content.' ';