To modify alignment of the div, consult the CSS... particularly /catalog/template/default/css/default.css and look for "#footer .b"
To modify the footer itself, modify the contents of catalog/language/english/extension/module/footer.php with the new text, as well as in other language files if you have them. Make sure to escape any ' characters since they mark the string.... for example:
I think the license forbids complete removal of the copyright information under the GPL, but I'm not sure to what degree it must remain since I haven't seen it specifically mentioned as having to remain in the footer. Hopefully someone can clarify that.
To modify the footer itself, modify the contents of catalog/language/english/extension/module/footer.php with the new text, as well as in other language files if you have them. Make sure to escape any ' characters since they mark the string.... for example:
Code: Select all
$_['text_powered_by'] = '©2008 My Company\'s Name, All rights reserved.<br />Powered by <a href="http://www.opencart.com">OpenCart</a>, ©2006';
Who is online
Users browsing this forum: No registered users and 1 guest