Language chooser for the JM Bistro template

Hello!
I would like to show me how to add the language switcher option in this beautiful template.
I tried the instructions from another template without success…
thank you!

3 answers

Profile photo of thangnn1510 0.00 $tone June 25, 2011
Public

Hello Alonissos!

Welcome to Joomlart. You want to show language chooser for this JM Bistro template, right? This is simple solution. You need to edit code of this site. Please following:

1. Open app\design\frontend\default\jm_bistrotemplate\pag e\html\header.phtml

2. Find this code:

Code:

<div class="ja-top clearfix">
			<?php echo $this->getChildHtml('currency') ?>
			<?php //echo $this->getChildHtml('store_language') ?>
		</div>

3. Change it to:

Code:

<div class="ja-top clearfix">
			<?php echo $this->getChildHtml('currency') ?>
			<?php echo $this->getChildHtml('store_language') ?>
		</div>

That will help you to show language chooser in the header of this site.

Please do it and tell me the result. Thanks.

#1

Please login or Register to Submit Answer

Written By

Comments