我是 magento 的新手。我想更改页脚部分。 我的页脚文件路径:D:\wamp\www\magento\app\design\frontend\base\default\template\page\html\footer.phtml。
<div class="footer-container">
<div class="footer">
<?php echo $this->getChildHtml() ?>
<p class="bugs"><?php echo $this->__('Help Us to Keep Magento Healthy') ?> - <a href="http://www.magentocommerce.com/bug-tracking" onclick="this.target='_blank'"><strong><?php echo $this->__('Report All Bugs') ?></strong></a> <?php echo $this->__('(ver. %s)', Mage::getVersion()) ?></p>
<address><?php echo $this->getCopyright() ?></address>
</div>
现在我想删除帮助我们保持句子。
请告诉我如何删除这个
我已经完全删除了,然后它也显示在前端。