Kaip uzdeti veliaveles ant magento kalbu ?
stai toks kodas dabar yra. Kaip paveikslelius atpazysta ta prame tokie kvadratai uzsideda kai kraunasi, bet kazkas su paciu keliu negerai, nes paciu paveiksleliu nerodo
<?php if(count($this->getStores())>1): ?>
<div class="language-switcher">
<?php foreach ($this->getStores() as $_lang): ?>
<a href="?store=<?php echo $_lang->getCode() ?>&from;_store=<?php echo $this->getCurrentStoreCode()?>"><img src="<?php echo $this->getSkinUrl('images/flag_' . $this->htmlEscape($_lang->getName()) . '.gif') ?>" width="16" height="11" alt="<?php echo $this->htmlEscape($_lang->getName()) ?>"/></a>
<?php endforeach; ?>
</div>
<?php endif; ?>
<?php