{include file="index/header"}
{if condition="$s eq 'p'||$s eq ''" }
    {volist name="tptc" id="vo"}
  • {$vo.time|date="Y-m-d",###} 在{if condition="config('web.WEB_URL') eq 1"}{else/}{/if}{$vo.title}中评论

    ...
  • {/volist}
{$tptc->render()}
{/if} {if condition="$s eq 't'" }
{/if} {if condition="$s eq 'index'" }
    {volist name="tptc" id="vo"}
  • {if condition="$vo['show'] eq '1'" } {else /} {/if} {$vo.title} {$vo.time|date="Y-m-d",###}
  • {/volist}
{$tptc->render()}
{/if}
{include file="index/footer"}