我试图在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