関連エントリープラグインをSmarty3で使う

	<h2>関連エントリー</h2>
	<ul>
		<!--{foreach from=$plugin_entry_relates nofilter item='plugin_entry_relate'}-->
		<li>{$plugin_entry_relate.datetime|date_format:'%Y/%m/%d'} <a href="{$freo.core.http_file}/view/{if $plugin_entry_relate.code}{$plugin_entry_relate.code}{else}{$plugin_entry_relate.id}{/if}">{$plugin_entry_relate.title}</a></li>
		<!--{foreachelse}-->
		<li>関連エントリーはありません。</li>
		<!--{/foreach}-->
	</ul>

とした