【发布时间】:2015-07-09 08:31:40
【问题描述】:
我正在尝试在我的 profile_account.tpl 文件中获取 smarty 值。
{capture name="profile_pic"}{$user_data.main_pair.icon.image_path}{/capture}
如何在top_quick_links.tpl 中获得此信息?
"$smarty.capture.profile_pic"
但这不会返回任何值。我该怎么做?
【问题讨论】: