Link: http://www.holc-naturpools.at/2016
I did the documentation about adding a new modul position. I call it "sprachposition".
Steps 1 and 2 are okay.
But I have problems adding the code to the "layouts/default.php".
- Code: Select all
<?php if($this->API->modules('sprachposition')) : ?>
<div class="gkPage">
<jdoc:include type="modules" name="sprachposition"
style="<?php echo $this->module_styles['sprachposition']; ?>" />
</div>
<?php endif; ?>
I need a small postition for changing language. As you see on the screenshot the new position should be next to the logo or on the very right instead of the login. Both would be fine.
Please help to add the code correctly at the correct position in default.php.
thank you