我想擺脫在我的網站頁腳的鏈接,有人啓動了該網站的開發,並離開,現在我不能修改它,因爲當我在footer.phtml我可以看到該代碼:我們在哪裏可以修改Magento頁腳的默認鏈接?
<!-- Footer -->
<div id="footer">
<ul>
<li><?php echo $this->getCopyright(); ?></li>
</ul>
<?php echo Mage::getModel('core/variable')->loadByCode('footer_navigation')->getValue('html'); ?>
<div class="cl"> </div>
</div>
<!-- /Footer -->
我找不到在哪裏該類正在尋找鏈接Mage::getModel('core/variable')->loadByCode('footer_navigation')->getValue('html')
我一直在尋找在catalog.xml中,我發現<reference name="footer_links">
但如果我DELET裏面的代碼,沒有什麼地方發生,似乎並沒有以任何方式與此聯繫。
我在我的菜單中得到了同樣的問題,我看到那個班我不明白:$categories = $this->renderCategoriesMenuHtmlCustom2(0, 'level-top');
這也是指什麼?
謝謝:)
謝謝,就是這樣! –