Q. I purchased the JA Teline II template and need to use the JA News module on other pages than just the front page. I have several sections and categories, that need the JA News module functionality. I can’t seem to place this module on these pages. Please instruct how to place JA News module on other pages.
A. Open templates/ja_teline_ii/index.php file, at about line 187, find following code:
[PHP] <!– BEGIN: JAZIN –>
<?php if($tmpTools->isFrontPage()) : ?>
<div id=”jazin-fp”>
<jdoc:include type=”modules” name=”ja-news” style=”raw” />
</div>
<?php endif; ?>
<!– END: JAZIN –>[/PHP]
and change to:
[PHP] <!– BEGIN: JAZIN –>
<div id=”jazin-fp”>
<jdoc:include type=”modules” name=”ja-news” style=”raw” />
</div>
<!– END: JAZIN –>[/PHP]