<em>@podnot 223433 wrote:</em><blockquote>Which position Language Switcher should be for JA Cloris template 1.6? Thank you for your answer.</blockquote>
I have this solution:
1.) edit file templates/ja_cloris/templateDetails.xml to creating new module position lang:
<position>lang</position>
2.) edit file templates/ja_cloris/blocks/onepage.php to loading module position:
after this code:
<div class="logo-text">
<h1><a href="index.php" title="<?php echo $siteName; ?>"><span><?php echo $logoText; ?></span></a></h1>
<p class="site-slogan"><?php echo $sloganText;?></p>
</div>
<?php endif; ?>
insert following lines of code:
<?php if($this->countModules('lang')) : ?>
<div style="float:right; padding:5px;"><jdoc:include type="modules" name="lang" style="container" /></div>
<?php endif; ?>
3.) install new module Language Switcher and select position lang for this module
That’s all. Now you should have published language switcher on your page. 🙂