Appsite template, Joomla 2.5, Quickstart used
http://www.i-net.ee/demo
I'm trying to create a new module position next to the userarea (where Login button is located) for the language switcher flags.
I followed this tutorial, but still i'm getting nowhere

https://www.gavick.com/documentation/jo ... -position/
1) Created a position 'language' in templateDetails.xml file
2) Added the 'language' position to the gk.const.php file
3) Added this code to default.php:
- Code: Select all
<?php if($this->modules(‘language’)) : ?>
<div class="language">
<jdoc:include type=”modules” name=”language” style=”none” />
</div>
<?php endif; ?>
Can someone take a look and see what i'm missing? I can e-mail admin and/or FTP access.
Thanks