【发布时间】:2015-09-23 12:02:47
【问题描述】:
我正在尝试更改 Magento 页面页脚中的链接。
在页脚中有以下 HTML:
<div class="col1 gapRight floatLeft">
<h2>Customer Service</h2>
<ul>
<li><a href="/index.php/about-magento-demo-store">About Us</a></li>
<li><a href="/index.php/customer-service">Customer Service</a></li>
<li class="last privacy"><a href="/index.php/privacy-policy-cookie-restriction-mode">Privacy Policy</a></li>
<li class="last privacy"><a href="/contact-us">Contact Us</a></li>
</ul>
<ul class="links">
<li class="first" ><a href="/index.php/catalog/seo_sitemap/category/" title="Site Map" >Site Map</a></li>
<li ><a href="/index.php/catalogsearch/term/popular/" title="Search Terms" >Search Terms</a></li>
<li ><a href="/index.php/catalogsearch/advanced/" title="Advanced Search" >Advanced Search</a></li>
<li ><a href="/index.php/sales/guest/form/" title="Orders and Returns" >Orders and Returns</a></li>
<li class=" last" ><a href="/index.php/contacts/" title="Contact Us" >Contact Us</a></li>
</ul>
</div>
第一个ul 列表定义为名为@987654323@ 的CMS 静态块。
谁能告诉我在哪里可以找到第二个ul 列表?
我在 Google 上搜索了一下,然后我不断被返回到静态块。这第二个ul 列表绝对不是静态块(我已经删除了所有静态块并且这个列表仍然存在)。还能在哪里定义?
【问题讨论】:
-
在 app/design/frontend/yourtemplate/default/template/page/html/footer.phtml 或 app/design/frontend/yourtemplate/default/layout/local.xml 中是否有相关内容?