Sorry, this page is only available in one language

Children

Suggested dropletname: Children

Published by: Dev4me

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.' ';


« Previous droplet | Overview | Next droplet »