そこで、プラグイン インクルード コンポーネントとダイレクト PHP プラグインの両方を使用して Joomla 2.5 サイトを構築しています。記事ビュー内で次のことをしようとしています:
$lstart = $_GET['lstart'];
$limitstart = $_GET['limitstart'];
if($lstart == 1) { ?>
{component url='index.php?option=com_content&view=category&layout=blog&id=15&news_check=1&limitstart=4'}
<?php } else { ?>
{component url='index.php?option=com_content&view=category&layout=blog&id=15&news_check=1&limitstart=0'}
<?php } ?>
次のエラーが表示されます。
Parse error: syntax error, unexpected $end in /nfs/c06/h06/mnt/157252/domains/bigideaadv.com/html/wright_specialty2_OLD/plugins/content/DirectPHP/DirectPHP.php(56) : eval()'d code on line 4
Plugin Include Component と Direct PHP コードを一緒に混在させることはできませんか?
どんな助けでも大歓迎です。