language switch

hi everybody, i want to build magento multistore with jm_fabian. is there a way to show the language-switcher or the flags?

** nobody there to help ?? **

3 answers

congtq 0.00 $tone August 25, 2010
Public

Pls do following:
1. Open app\design\frontend\default\jm_fabian\layout\page. xml file and add

PHP Code:

<?php echo $this->getChildHtml('store_language'?>


below of

Code:

<div id="ja-search">
	<?php echo $this->getChildHtml('topSearch') ?>
</div>

2. Open app\design\frontend\default\jm_fabiantemplate\pag e\switch\languages.phtml and replace

Code:

<div class="language-switcher">

with

Code:

<div style="float:right; padding-right:20px;">
#3

This question is now closed

Written By

Comments