hello,
i've a question, is it possible to remplace the search module position(controllable only by template) with the joomla integrated language switcher?
if yes what should i do?
thx a lot for the patience
<?php if($search_onoff == "1") : ?>
<div id="search">
<?php echo $search; ?>
</div>
<?php endif; ?>
<div id="search">
<jdoc:include type="modules" name="search" />
</div>
<?php if($search_onoff == "1": ?>
<div id="search">
<?php echo $search; ?>
</div>
<?php endif; ?>
<div id="search">
<jdoc:include type="modules" name="search" />
</div>
<div id="search">
<jdoc:include type="modules" name="searchmodule" />
</div>
<div id="search">
<jdoc:include type="modules" name="searchmodule" />
</div>