API

Article Index

Module positions

For the module positions of the gallery, there is a separate article in the documentation which you can find here: Module positions.

You may also add your own module positions at any point inside the gallery with the help of template overrides by using the following code:

<?php $this->loadModules('positionname'); ?>

With this, the new module positions can be used with suffixes right like the already integrated ones. Please note, that you have to specify the prefix 'jg_' in module manager also with this positions ('jg_positionname'), but please omit it in the function call.