Sorry, this page is only available in one language

Sitemap

Suggested dropletname: Sitemap

Published by: Dev4me

This Droplet will show a sitemap using the Show_Menu2 snippet.

ob_start();
show_menu2(SM2_ALLMENU, 
        SM2_ROOT, 
        SM2_ALL, 
        SM2_ALL|SM2_ALLINFO,
        '[li]<span class="sitemapcontent">[a][page_title]</a><br /><i>[description]</i></span>', 
        false,
        '<ul class="sitemap [class]">');
$content = ob_get_contents();
ob_end_clean();
return $content.' ';


« Previous droplet | Overview | Next droplet »