{* $Id: pages.tpl 834 2005-10-24 10:50:59Z lantan $ *}
{capture name="mainbox"}
{include file="common_templates/pagination.tpl"}
{if $pages}
|
{foreach from=$pages item=page key=key}
{/foreach}
|
{include file="common_templates/pagination.tpl"}
{else}
{/if}
{/capture}
{if !$title}
{$smarty.capture.mainbox}
{*include file="common_templates/mainbox.tpl" title=$lang.pages content=$smarty.capture.mainbox*}
{else}
{include file="common_templates/mainbox.tpl" title=$title content=$smarty.capture.mainbox}
{/if}