サンプルファイルがあります:
/components/com_test/views/test/tmpl/abc.php
と
/components/com_content/views/article/tmpl/default.php
com_testdefault.php of com_content
のコード呼び出しレイアウトを使用する
...
<?php
require('index.php?option=com_test&view=test&tmpl=component&layout=abc');
?>
...
しかし、com_content にレイアウト abc が表示されません。どうすれば修正できますか?