Hello
I m a newbie in Joomla ,starting my video portofolio using your template.
I m trying to put the Joomfish flags language selection inside the Megamenu of the very nice template JA purity II
I done that like suggest in the wiki for the “joomla research inbox tool” cutting the following code
[PHP]Code: Select all
<?php if($this->countModules(‘search’)) : ?>
<div id=”ja-search”>
<jdoc:include type=”modules” name=”search” />
</div>
<?php endif; ?>[/PHP]
in the header.php and pasting it in the mainnav.php (the layout block for the megamenu)
i wanna do something similar for joomfish making the language selection inside the megamenu css menu
Seems the div in charge of the flags is <div id=”jflanguageselection”>
and the files from Joomfish in relation
../modules/mod_jflanguageselection/tmpl/mod_jflanguageselection.css
../modules/mod_jflanguageselection/tmpl/rawimages.php
../modules/mod_jflanguageselection/tmpl/images.php
Many Thanks for some help
and what i want
and maybe wanna had the logo also inside the bar
Thanks