我正在浏览“No frills magento layout”的示例和示例 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 社区版