Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • easykey Friend
    #124731

    Me again,

    Is there an easy way to move the banner module so it displays banners along the top of each article (not the foot)

    Menalto Friend
    #240852

    Did you manage to solve this yet?

    easykey Friend
    #240878

    No – still waiting for help on this one

    Menalto Friend
    #240879

    You can find this code here in the index.php file:

    <?php mosMainBody(); ?>
    <?php if ( mosCountModules('banner') ) { ?>
    <div id="ja-banner">
    <?php
    echo mosLoadModules ( 'banner',-1 ); ?>
    </div>
    <?php } ?>

    And change it to this:

    <?php if ( mosCountModules('banner') ) { ?>
    <div id="ja-banner">
    <?php
    echo mosLoadModules ( 'banner',-1 ); ?>
    </div>
    <?php } ?>
    <?php mosMainBody(); ?>

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

This topic contains 4 replies, has 2 voices, and was last updated by  Menalto 16 years, 8 months ago.

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