「飾り気のないマジェントレイアウト」の例を見ており、例1.11「フルページレイアウト」が機能していないため、空白のページが表示されます
fetchview に問題があるようです
public function fetchView ( $fileName )
{
// ignores file name , just uses a simple include with template name
$this -> setScriptPath (
Mage :: getModuleDir ('', ' Nofrills_Booklayout ') .
DS .
'design '
);
return parent :: fetchView ($this -> getTemplate ());
}
私はmagento 1.7.0.2コミュニティエディションを使用しています