-
AuthorPosts
-
March 30, 2009 at 7:31 pm #139753
Hello,
Is it possible to remove the body area from the frontpage (see attachement):confused:
I only want to show pictures en mods on te frontpage and the bodytext in the rest of the site. The body area is now a disturbing white space.
Thans in advance!!
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
March 31, 2009 at 7:41 am #299211Hi,
For this case, please open index.php file in templates/ja_quartz folder, at about line 171, find following code:
<!-- BEGIN: CONTENT -->
<div id="ja-content"><jdoc:include type="message" />
<div id="ja-current-content" class="clearfix">
<jdoc:include type="component" />
</div>
</div>
<!-- END: CONTENT -->and change to:
<?php if(!$tmpTools->isFrontPage()) : ?>
<!-- BEGIN: CONTENT -->
<div id="ja-content"><jdoc:include type="message" />
<div id="ja-current-content" class="clearfix">
<jdoc:include type="component" />
</div>
</div>
<!-- END: CONTENT -->
<?php endif ; ?>AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by Anonymous 15 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
want to remove body area from frontpage
Viewing 2 posts - 1 through 2 (of 2 total)