hi cyberek,
i id as u said and how the guide says to do but, by the backand i see the new position but when i add a new htlm custom module i see noting in frontend.
I show u what i did, can u tell me where i'm wrong?
in templateDetails.xml - line 72 i added a new module position called "bandiera" ( picture)
in Gkconst.php file i added (line 27) 'baniera' => 'gk_style', (picture)
in nav.php i added (in line 47)
<?php if($this->modules('bandieera')) : ?> <div class="newstyle">
<jdoc:include type="modules" name="bandiera"
style="<?php echo $this->module_styles['baniera']; ?>" />
</div> <?php endif; ?>
I can add from bakand the module but is not visible in the frontend.... can u help me to say me where i'm wrong?..
tnx so much