/ Published in: PHP
Magento Storeview über Flaggenbuttons steuern statt über Dropdown
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<div class="box box-language"> <?php foreach ($this->getStores() as $_lang): ?> <a href="<?php echo $_lang->getCurrentUrl() ?>"><img src="/skin/frontend/myTemplate/default/images/ar/<?php echo $this->htmlEscape($_lang->getName()) ?>.gif" border="0"></a> <?php endforeach; ?> </div> <?php endif; ?>
URL: http://www.magentocommerce.com/boards/viewthread/23342/