Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个在 Opencart 中开发的网站。现在我想编辑客户帐户的交易页面的标题。我查看了代码并找到了类似$heading_title该页面的内容,但我无法找到进行更改。请帮忙。谢谢。
$heading_title
你可以改变
<?php echo $heading_title; ?>
至
You custom title
但我相信这是模板/语言系统的一部分,您应该搜索该变量的值。