Top Header / Menú principal

Informació extreta wiki Magento

/app/design/frontend/default/yourtheme/template/catalog/navigation

      <div class="header-nav-container">
          <div class="header-nav">
              <h4 class="no-display"><?php echo $this->__('Category Navigation:') ?></h4>
              <ul id="nav">

              <!-- ALTERNATIVE HOME BUTTON HACK -->
              <li class="home"><a href="<?php echo $this->getUrl('')?>"><?php echo $this->__('Home') ?></a></li>
              <!-- ALTERNATIVE HOME BUTTON HACK -->
       
              <?php foreach ($this->getStoreCategories() as $_category):?>
                  <?php echo $this->drawItem($_category) ?>
              <?php endforeach ?>
              </ul>
          </div>
          <?php echo $this->getChildHtml('topLeftLinks') ?>
      </div>
 
magento/develop/top_header.txt · Darrera modificació: 2009/04/28 18:15 per resteve
 
Copyright: Zikzakmedia Llicència Creative Commons By-NC-SA
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki