Thank you for your reply Cyberek. I have been attempting to do this for hours now. If you can answer one question, I would be so grateful!
I am attempting to place the following code into the
Default.php file (my new position is "way_top"):
<?php if($this->modules(‘way_top’)) : ?>
<div class=”newstyle”>
<jdoc:include type=”modules” name=”way_top” style=”<?php echo $this->module_styles['way_top']; ?>” />
</div>
<?php endif; ?>
Where in the
Default.php file do I place this code if I want it to show up at the very top of my template (above the logo and menu)?
Thank you so much for your help
David