-
AuthorPosts
-
October 25, 2007 at 5:12 pm #123413
Hello friend
I don´t want these buttons in my page, how can I sow my page without them?Thanks!
E.L.Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
November 5, 2007 at 11:45 pm #232299You can try to delete this from the index.php file:
<!-- BEGIN: FOOTER -->
<div id="ja-footerwrap">
<div id="ja-footer"><small>
<?php include_once( $ja_template_absolute_path.'/footer.php' ); ?>
</small><div id="ja-cert">
<a href="<?php echo $mosConfig_live_site ?>/index.php?option=com_rss&feed=RSS2.0&no_html=1" target="_blank" title="RSS 2.0" style="text-decoration: none;">
<img src="<?php echo $ja_template_path;?>/images/but-rss.gif" alt="RSS 2.0" />
</a>
<?php if ($ja_menutype != 3 ) { ?>
<a href="http://jigsaw.w3.org/css-validator/validator?uri=<?php echo $mosConfig_live_site;?>" target="_blank" title="Our site is valid CSS" style="text-decoration: none;">
<img src="<?php echo $ja_template_path;?>/images/but-css-<?php echo $ja_color; ?>.gif" alt="Our site is valid CSS" />
</a>
<?php } ?>
<a href="http://validator.w3.org/check/referer" target="_blank" title="Our site is valid XHTML 1.0 Transitional" style="text-decoration: none;">
<img src="<?php echo $ja_template_path;?>/images/but-xhtml10-<?php echo $ja_color; ?>.gif" alt="Our site is valid XHTML 1.0 Transitional" />
</a>
</div><div class="clr"></div></div>
</div>
<!-- END: FOOTER -->Michael Casha FriendMichael Casha
- Join date:
- September 2014
- Posts:
- 2561
- Downloads:
- 1
- Uploads:
- 32
- Thanks:
- 41
- Thanked:
- 119 times in 1 posts
November 6, 2007 at 12:12 am #232304Specifically remove this:
<div id=”ja-cert”>
<a href=”<?php echo $mosConfig_live_site ?>/index.php?option=com_rss&feed=RSS2.0&no_html=1″ target=”_blank” title=”RSS 2.0″ style=”text-decoration: none;”>
<img src=”<?php echo $ja_template_path;?>/images/but-rss.gif” alt=”RSS 2.0″ />
</a>
<?php if ($ja_menutype != 3 ) { ?>
<a href=”http://jigsaw.w3.org/css-validator/validator?uri=<?php echo $mosConfig_live_site;?>” target=”_blank” title=”Our site is valid CSS” style=”text-decoration: none;”>
<img src=”<?php echo $ja_template_path;?>/images/but-css-<?php echo $ja_color; ?>.gif” alt=”Our site is valid CSS” />
</a>
<?php } ?>
<a href=”http://validator.w3.org/check/referer” target=”_blank” title=”Our site is valid XHTML 1.0 Transitional” style=”text-decoration: none;”>
<img src=”<?php echo $ja_template_path;?>/images/but-xhtml10-<?php echo $ja_color; ?>.gif” alt=”Our site is valid XHTML 1.0 Transitional” />
</a>
</div>November 7, 2007 at 6:28 pm #232443Thank you very much!!!!
achapar Developerachapar
- Join date:
- September 2011
- Posts:
- 18
- Downloads:
- 1
- Uploads:
- 2
- Thanks:
- 6
- Thanked:
- 13 times in 2 posts
September 26, 2011 at 7:57 pm #415144I would like to thank you too. See, it’s four years later and your solutions are still helping us. Just what I needed to know today and worked perfectly.
-
AuthorPosts
This topic contains 5 replies, has 4 voices, and was last updated by achapar 13 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum