Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • yoda_oz Friend
    #135667

    how do i make it so that it uses the default joomla front page instead of using ja-news and ja-frontpage, etc?
    cheers!

    yoda_oz Friend
    #280188

    solved…
    changed the index.php in the template directory.
    from:

    <?php if(!$tmpTools->isFrontPage()) : ?>
    <div id="ja-current-content" class="clearfix">
    <!-- BEGIN: PATHWAY -->
    <?php if(!$tmpTools->isFrontPage()) : ?>
    <div id="ja-pathway">
    <jdoc:include type="module" name="breadcrumbs" />
    </div>
    <?php endif; ?>
    <!-- END: PATHWAY -->
    <jdoc:include type="component" />
    </div>
    <?php endif; ?>

    to this:

    <?php //if(!$tmpTools->isFrontPage()) : ?>
    <div id="ja-current-content" class="clearfix">
    <!-- BEGIN: PATHWAY -->
    <?php if(!$tmpTools->isFrontPage()) : ?>
    <div id="ja-pathway">
    <jdoc:include type="module" name="breadcrumbs" />
    </div>
    <?php endif; ?>
    <!-- END: PATHWAY -->
    <jdoc:include type="component" />
    </div>
    <?php //endif; ?>

    ar2solutions Friend
    #317718

    garywilliamson,

    when you feel that your question was successfully answered, please choose “best answer”

    So this thread will be marked as “Solved”

    thanks

    -Ar2solutions

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

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

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