{$cfg->RelatedTitle}
-
{if $article.Prev}
-
{$msg.prev} {$article.Prev.Title} {$msg.post}{$article.Prev.Time('Y-m-d')} {$msg.views}{$article.Prev.ViewNums} {$msg.comments}{$article.Prev.CommNums}
{/if}
{if $article.Next}
-
{$msg.next} {$article.Next.Title} {$msg.post}{$article.Next.Time('Y-m-d')} {$msg.views}{$article.Next.ViewNums} {$msg.comments}{$article.Next.CommNums}
{/if}
{foreach $article.RelatedList as $related}
-
{$related.Title} {$msg.views}{$related.ViewNums} {$msg.comments}{$related.CommNums} {$tagi=0} {foreach $related.Tags as $tag} {php}if($tagi++>2) break;{/php} {$tag.Name} {/foreach} {$tagi=null}
{/foreach}