0

我有两个模块专辑和注册。我需要在注册模块中设置布局。我的困难在这里,我需要为注册模块中的页面设置 layout.phtml,但 layout.phtml 位于相册模块中。

4

1 回答 1

0

Try using the EdpModuleLayouts https://github.com/EvanDotPro/EdpModuleLayouts

"Using EdpModuleLayouts is very, very simple. In any module config or autoloaded config file simply specify the following:"

array(
    'module_layouts' => array(
    'Album' => 'layout/album',
    'Signup' => 'layout/signup',
),
);
于 2013-08-21T14:40:34.690 回答