我是新的magento.I想改變頁腳部分。 我的頁腳文件路徑:D:\ wamp \ www \ magento \ app \ design \ frontend \ base \ default \ template \ page \ html \ footer.phtml。如何在magento框架中編輯頁腳部分?
<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>
現在我想刪除幫助我們保持句子。
請告訴我如何刪除此
我已刪除fulll隨後還就在前臺顯示。
你確定你在正確的文件路徑?或者你使用不同的主題?啓用模板文件路徑提示並檢查正確的文件並上次清除緩存。 – Mufaddal