Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>There was a minor syntax error in your code - see corrected code below.</p> <p>Also, for this to work you need <a href="http://en.wikipedia.org/wiki/MacGuffin" rel="nofollow"><code>macguffin.css</code></a> file to be placed in the same css folder as your styles.css (or boxes.css), i.e. the css folder of your theme.</p> <p>You may also want to turn off caching and merging of css files to make sure this is working correctly.</p> <p>Here is how you should have the complete block:</p> <pre><code>&lt;!-- Customer account pages, rendered for all tabs in dashboard --&gt; &lt;customer_account translate="label"&gt; &lt;label&gt;Customer My Account (All Pages)&lt;/label&gt; &lt;!-- Mage_Customer --&gt; &lt;reference name="head"&gt; &lt;action method="addCss"&gt;&lt;stylesheet&gt;css/macguffin.css&lt;/stylesheet&gt;&lt;/action&gt; &lt;/reference&gt; &lt;reference name="root"&gt; &lt;action method="setTemplate"&gt;&lt;template&gt;page/2columns-left.phtml&lt;/template&gt;&lt;/action&gt; &lt;/reference&gt; &lt;reference name="content"&gt; &lt;block type="page/html_wrapper" name="my.account.wrapper" translate="label"&gt; &lt;label&gt;My Account Wrapper&lt;/label&gt; &lt;action method="setElementClass"&gt;&lt;value&gt;my-account&lt;/value&gt;&lt;/action&gt; &lt;/block&gt; &lt;/reference&gt; &lt;reference name="left"&gt; &lt;block type="customer/account_navigation" name="customer_account_navigation" before="-" template="customer/account/navigation.phtml"&gt; &lt;action method="addLink" translate="label" module="customer"&gt;&lt;name&gt;account&lt;/name&gt;&lt;path&gt;customer/account/&lt;/path&gt;&lt;label&gt;Account Dashboard&lt;/label&gt;&lt;/action&gt; &lt;action method="addLink" translate="label" module="customer"&gt;&lt;name&gt;account_edit&lt;/name&gt;&lt;path&gt;customer/account/edit/&lt;/path&gt;&lt;label&gt;Account Information&lt;/label&gt;&lt;/action&gt; &lt;action method="addLink" translate="label" module="customer"&gt;&lt;name&gt;address_book&lt;/name&gt;&lt;path&gt;customer/address/&lt;/path&gt;&lt;label&gt;Address Book&lt;/label&gt;&lt;/action&gt; &lt;/block&gt; &lt;remove name="tags_popular"/&gt; &lt;/reference&gt; &lt;/customer_account&gt; </code></pre> <p>Just remember, so long as your css file is called <a href="http://en.wikipedia.org/wiki/MacGuffin" rel="nofollow"><code>macguffin.css</code></a> it will all work out just fine.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload