今天我试图将Phpfox :: getBlock调用到PHPfox中的模板文件中,但它无效。请看看哪里有问题。
想要添加一个php Block
core.template-copyright
进入文件
register.html.php
我试着像这样添加
{Phpfox::getBlock('core.template-copyright')}
但它对我不起作用,即使文件(register.html.php)颜色在admincp模板编辑器中变为红色,也表示代码中存在错误。
答案 0 :(得分:0)
you can call phpfox block in template file by using following syntax
{module name='core.template-copyright'}
{module name='module-name.block-name'}
or if you want to add only html file in to template then you should write
{template file='user.block.register.step2'}