' . "\n";
}
else
{
$menu .= "\n";
}
return $menu;
}
function smarty_cms_help_function_sitemap()
{
echo lang('help_function_sitemap');
}
function smarty_cms_about_function_sitemap()
{
?>
Author: Marcus Deglos <md@zioncore.com>
Version: 1.23
Change History:
1.23 - Section headers and separators are shown, but without link (Simon van der Linden)
1.22 - Modified to use the new parameters class, delimiter, initial und add_elements (LeisureLarry)
1.21 - Changed help to show the existing parameters relative and showall (LeisureLarry)
1.2 - Modified to support alias instead of hierarchy and minor output improvement (intersol).
1.1 - Modified to use new content rewrite (wishy)