I follow Adding a new module position from Gavickpro Documentation, but the website "crash" in the last step, when I add in the file templates/gk_startup/layouts/default.php:
- Code: Select all
<?php if($this->modules(‘myposition’)) : ?>
<div>
<jdoc:include type=”modules” name=”myposition” style=”<?php echo $this->module_styles['myposition']; ?>” />
</div>
<?php endif; ?>
I add this code just before:
- Code: Select all
</body>
</html>
I need to create a new module position in any of the positions as shown in the attached image, preferably to the right of mainbody position.
Thanks a lot for your time.