{template "header.html"}
这里是{MODULE_NAME}模块栏目内容页
{$title}
{loop $image $i $c} {$c.title} {/loop}
{$content}

上一篇:{if $prev_page}{$prev_page.title}{else}没有了{/if}

下一篇:{if $next_page}{$next_page.title}{else}没有了{/if}

{if IS_COMMENT} {dr_module_comment(MOD_DIR, $id)} {/if}
{template "footer.html"}