标签: php opencart
我试图在我的opencart页脚中添加自定义位置。我按this site中提到的那样做了,但当我回复$content_footer时,它总是给null。
$content_footer
null
我已通过管理员分配内容,当我在var dump控制器上执行content_footer时,它会显示与页脚位置相关但不在网站页脚中的所有数据
var dump
content_footer
有人能说出我做错了什么吗?