简体   繁体   English

PHTML文件中的Font Awesome

[英]Font Awesome in PHTML file

I would like to show the check icon on the page on the Magento order success page. 我想在Magento订单成功页面的页面上显示检查图标。 However, the icon does not appear with the implemented code. 但是,该图标未与实现的代码一起出现。 Do I need to add the php code in order for the icon to appear? 我是否需要添加php代码才能显示图标?

在此处输入图片说明

<div><span class=fa faSuccess fa-check-circle-o fa-5x>&nbsp;</span></div>

Thank you 谢谢

为课程添加双引号

<div><span class="fa faSuccess fa-check-circle-o fa-5x">&nbsp;</span></div>

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM