如何在smarty模板中调用php函数?

时间:2018-08-13 20:02:22

标签: php smarty

我试图在smarty template内调用{extends file="parent:frontend/detail/content/buy_container.tpl"} {block name='frontend_detail_index_buy_container'} {$smarty.block.parent} <a class="btn is--primary" onclick="{eightball}">Primary Button</a> {eightball} {/block} 函数。 但是我收到以下错误:

  

未捕获的SyntaxError:意外的标识符

这是我的 .tpl 和我的 php函数

tpl:

function smarty_function_eightball($params, &$smarty)
{
    print_r("Test");
}
?>

php:

conda install -c bokeh/channel/dev bokeh

0 个答案:

没有答案