0

今天我试图将 Phpfox::getBlock 调用到 PHPfox 中的模板文件中,但它不起作用。请看看哪里有问题。

想添加一个 php 块

core.template-copyright

进入文件

register.html.php

我试着像这样添加

{Phpfox::getBlock('core.template-copyright')}

但它对我不起作用,即使在 admincp 模板编辑器中文件(register.html.php)颜色变为红色,这意味着代码中有问题。

4

1 回答 1

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'}
于 2014-09-26T17:04:50.133 回答