|
Hi there.
First of all: I’m totally new to magento and had to assume a 1.6 shop from a former employee.
Now I had to update our system because of a security hint in our backend (http://www.magentocommerce.com/blog/comments/important-security-update-zend-platform-vulnerability/). I processed the update with the help of this website: http://turnkeye.com/blog/magento-upgrade-guide/ and got no error messages.
Now the navigation bar in frontend is shown twice… after some research I always found the same instuctions how to fix the problem:
remove
<reference name="top.menu"> <block type="catalog/navigation" name="catalog.topnav" template="catalog/navigation/top.phtml"/> </reference>
at the beginning of
/design/frontend/mytheme/default/layout/catalog.xml
Problem is, that there is NO catalog.xml inside our theme folder (lightshop_green template). So I searched inside the hole frontend folder for a catalog.xml file and got 3 results. But the lines quoted above aren’t in any of the catalog files…
Do you have any idea how to solve my problem?
Thanks a lot!
Philip
|