Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • amyjustine Friend
    #135584

    hi

    i’d like to know how to set the joomla 1.0.15 frontpage to standart appearance,
    as by desfault it apaears empty in ja_rultie

    i sort of got half way there, by removing a few lins from index.php, but linebreaks are acting weired, so i guess thats not the proper way to go.

    i do not have a link for this, its on a dev server.
    i’d just like to know how to set the frontpage to default spo i can start testing.

    btw, i noted there is no user guide for joomla 1.0.15 for ja_rutile.
    why is that so ?

    regards
    aj

    Anonymous Moderator
    #279926

    Dear amyjustine,

    Please open index.php in templates/ja_rutile folder, at about line 154, find following script:

    [PHP]<?php if(!$tmpTools->isFrontPage()) : ?>
    <div id=”ja-pathway”>
    <?php mosPathWay(); ?>
    </div>
    <?php mosMainBody(); ?>
    <?php endif; ?>[/PHP]

    And change to :

    [PHP]<?php //if(!$tmpTools->isFrontPage()) : ?>
    <div id=”ja-pathway”>
    <?php mosPathWay(); ?>
    </div>
    <?php mosMainBody(); ?>
    <?php //endif; ?>[/PHP]

    Hope it helps.

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

This topic contains 2 replies, has 2 voices, and was last updated by Anonymous 15 years, 10 months ago.

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