Hi,
I am trying to edit my footer on my site. Right now it is this below.
<?php // no direct access
defined(‘_JEXEC’) or die(‘Restricted access’); ?>
<small><?php echo $lineone; ?> Designed by
<a href=”http://www.joomlart.com/” title=”Visit Joomlart.com!” target=”blank”>JoomlArt.com</a>.</small>
<!–<small><?php echo JText::_( ‘FOOTER_LINE2’ ); ?></small> –>
It reads this Copyright © 2008 http://www.2khaat.com. All Rights Reserved. Designed by JoomlArt.com. I want to edit the 2khaat.com part change it to 2khAAT LLC. Can anyone tell me where I would go about doing this. I think I might just be blind.:confused: