OK, I need to place Joomfish icons displayed through Language Selection module to the position moja1 I have created, that needs to sit on the right hand side of shaded bottom of big images at the top, right after font size selection. This is code from my index.php
<div id="ja-pathway">
<div id="ja-usertoolswrap">
<div id="ja-usertools">
<?php if($supported_browsers) $tempTools->genToolMenu(1); else $tempTools->genToolMenu_ie6(1); ?>
<?php if($supported_browsers) $tempTools->genToolMenu(2); else $tempTools->genToolMenu_ie6(2); ?>
<?php //if($JAconfig->ja_tool & 1) $tempTools->genToolMenu(1); ?>
<?php //if($JAconfig->ja_tool & 2) $tempTools->genToolMenu(2); ?>
<jdoc:include type="modules" name="moja1" style="xthml" />
</div>
</div>
<?php if ($this->countModules('breadcrumb')) { ?>
<jdoc:include type="modules" name="breadcrumb" style="xthml" />
<?php } ?>
</div>
and the result can be seen on http://www.lakeview-cms.com/www/
What am I missing? Thank you very very much!