Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • iainmac Friend
    #128575

    I am upgrading a Joomla 1.0.15 site to 1.5 and I had my logo split into two parts one appearing immediately below the top menu bar (logo3.png). I achieved this in the 1.0.x template using the following code on line 199 of the index.php file:

    <div id="ja-subhead" style="background: url(<?php echo "$ja_template_path/images/headers/$ja_headerimg-bg1.jpg";?>) no-repeat bottom left;">

    <img src="<?php echo $ja_template_path;?>/images/logo3.png"/>
    <div class="innerpad">
    <?php echo mosLoadModules ( 'top',-2 ); ?>
    </div>
    </div>

    When I try to use this code in the Joomla 1.5 template it doesn’t work. Does anyone have any idea what changes I need to make to this code for it to work?

    Thanks

    nancybaker Friend
    #249858

    change

    <?php echo mosLoadModules ( 'top',-2 ); ?>

    to

    <jdoc:include type="modules" name="top" style="xhtml" />

    good luck

    iainmac Friend
    #249866

    Thank you very much for your help.
    The logo now appears within the top section.
    I now want to move it along to the left and up a bit and I would welcome some insight into how to achieve this.

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  iainmac 16 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum