Sorry, this page is only available in one language

SiteMapChild

Suggested dropletname: SiteMapChild

Published by: rsmith

Modification of the SiteMap Droplet, SiteMapChild will display and link a site map starting at the current page or specified PAGE_ID

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

Create a SiteMap starting at a Specific PAGE_ID, if no "start" is specified it will start from the current page
[[SiteMapChild?start=248]]
[[SiteMapChild]]



« Previous droplet | Overview | Next droplet »