Firstly going to Template Options and on the right "FEATURES" then at the end "Copyright" in the box next to it i have copied below code which works fine.
- Code: Select all
<a target="_blank" rel="follow" title="Claire Hegarty 2011" href="http://www.yourwebsite.com">Claire Hegarty 2011 (C)</a>
If you insists you want to edit the file then follow below, Delete anything in above template Features > Copyright section...
Find and edit this file : templatesgk_finance_businesslayoutsblocksfooter.php
Line : 29 which is as below
- Code: Select all
<?php echo $this->_tpl->params->get("footer_content"); ?>
replace the whole line as below
- Code: Select all
<?php echo $this->_tpl->params->get("footer_content"); ?><a target="_blank" rel="follow" title="Claire Hegarty 2011" href="http://www.yourwebsite.com">Claire Hegarty 2011 (C)</a>
Change website url "http://www.yourwebsite.com" as well in above code.