JHTML :: _('behavior.modal');を使用しています。リンクからコンポーネントを起動するには
<a href="/index.php?option=com_contact&view=contact&id=1&tmpl=component"
class="modal" title="contact us" rel="{handler: 'iframe', size: {x: 680, y: 370}}">
Contact example</a>
連絡先ページだけでなく、メニューやその他のモジュールなどの他の項目も表示されます。それを回避してcom_contactページのみを表示する方法はありますか?&tmpl = componentを使用して可能であると読みましたが、機能しません。J2.5を使用しています
編集:ビューテンプレートのソースコードを見ると、tmpl変数が削除されていることがわかります....なぜですか?