カスタム管理モジュールを作成しましたが、コンテンツを入れることができません。常に空白です。テスト用の簡単なコードを試していますが、何も機能していないようです。
public function indexAction()
{
$this->loadLayout();
$this->_addContent($this->getLayout()->createBlock('adminhtml/template')->setTemplate('uhmaadmin/contactos.list.phtml')->toHtml());
$this->renderLayout();
}
.phtml の
echo 'hello world';
phtmlでエラーが発生した場合、システムがクラッシュします。これは、ファイルを取得していることを意味しますが、不足しているものを教えてください