如何更改页脚功能并添加商店名称

时间:2017-04-07 07:00:16

标签: php opencart

我是opencart的新手,我正试图在页脚中更改商店名称。

请快速回答我。

1 个答案:

答案 0 :(得分:0)

转到目录/视图/主题/默认/模板/公共/ footer.tpl

<div class="container-fluid bottom-footer">
<div class="container">
  <div class="row">
    <div class="col-sm-12 text-center">
      <p>Copyright 2016. Cartridgewala.com. All Rights Reserved.</p>
    </div>
    <div class="col-sm-12 text-center">
    <p><img src="<?php echo 'image/weaccept.png'; ?>" title=" " alt=" " class="img-responsive" style=" display:inline-block" /></p>

    </div>
  </div>
</div>