Languageselctor

I want the languageselector right op the topmenu like showned in the position layout (there is the currenty)

i tried paste the block (<block type="page/switch" name="store_language" as="store_language" template="page/switch/languages.phtml" before="-"/>) in different possitions but i can’t find the right line for topmenu

Help

1 answer

Profile photo of chavan 100.00 $tone July 23, 2011
Public

Go to this File app\design\frontend\default\jm_adamitetemplate\pa ge\html\header.phtml

Replace this Code in header.phtml in the above path

Code:

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

With

Code:

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

Note: If you Find my Post useful please click on the Thanks Icon

#1

Please login or Register to Submit Answer

Written By

Comments