Remove images at the bottom - Joomla! Forum - community, help and support
hi!
newbie-question probably, wonder how remove green images @ bottom right @ page. see attached image... thanks!
newbie-question probably, wonder how remove green images @ bottom right @ page. see attached image... thanks!
delete following lines in index.php located in directory \templates\ja_purity.
note: make sure take copy of file before editing.
code: select all
<a href="http://jigsaw.w3.org/css-validator/check/referer" target="_blank" title="<?php echo jtext::_("css validity");?>" style="text-decoration: none;">
<img src="<?php echo $tmptools->templateurl(); ?>/images/but-css.gif" border="none" alt="<?php echo jtext::_("css validity");?>" />
</a>
<a href="http://validator.w3.org/check/referer" target="_blank" title="<?php echo jtext::_("xhtml validity");?>" style="text-decoration: none;">
<img src="<?php echo $tmptools->templateurl(); ?>/images/but-xhtml10.gif" border="none" alt="<?php echo jtext::_("xhtml validity");?>" />
</a>
Comments
Post a Comment