Hi hmaz007
hmaz007 but still i cant find MOD_FOOTER_LINE2. i found below way but i am unable to edit this into my copyrights i.e.
You can use the language override for this
Go to Extensions -> Languages -> Override -> New Override -
If you want to change text then add your text or if you want to hide it then remove all text from it and save
hmaz007 i found this instructions but i cant edit as i am not php programmer.
It is not needed to be a php programmer, simply copy it in your local text editor ( notepad ) change it as you wish and then copy changed text in that file and save it -
<small><?php echo $lineone; ?> Designed by <a href="http://www.yourwebsite.com/" title="Visit yourwebsite.com!" <?php echo method_exists('T3', 'isHome') && T3::isHome() ? '' : 'rel="nofollow"' ?>>yourwebsite.com</a>.</small>
or you can also change it as below
<small><?php echo $lineone; ?> </small>
Hope it helps