我有两个模块专辑和注册。我需要在注册模块中设置布局。我遇到困难,我需要在注册模块中为页面设置layout.phtml,但layout.phtml位于相册模块中。
答案 0 :(得分:0)
尝试使用EdpModuleLayouts https://github.com/EvanDotPro/EdpModuleLayouts
“使用EdpModuleLayouts非常非常简单。在任何模块配置或自动加载的配置文件中,只需指定以下内容:”
array(
'module_layouts' => array(
'Album' => 'layout/album',
'Signup' => 'layout/signup',
),
);