Droplets - Navigation

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.

1
2
3
4
5
6
7
8
9
10
11
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 »