{if $sitemap }>
<{foreach item=m from=$sitemap}>
<{if $m.level==1}>
-
<{/if}>
<{if $m.level==2}>
--
<{/if}>
<{$m.title}>
<{/foreach}>
<{else}>
<{$content}>
<{/if}>
<{* A sample displaying Last Modified *}>
<{* Last Modified:<{$last_modified|date_format:"%Y-%m-%d"}> *}>
<{* A sample displaying Edit link only for system admin *}>
<{* <{if $xoops_isadmin == 1 }>[Edit]<{/if}> *}>
<{* If you turn this on, disable this module's cache *}>
<{if $is_display_print_icon }>
<{if $prev_link }>
<{$lang_prevpage}> <{$prev_title}> <{/if}> |
<{$lang_topofcontents}> |
<{if $next_link }>
<{$lang_nextpage}> <{$next_title}> <{/if}> |