Remove copyright at the bottom of the page

hey everyone,

How do I remove the copyright at the bottom of the page. I have performed a search on the CS Cart forums but none of the ideas seem to work. Hmm.,.



I’ve managed to find out how to change part of the text at the bottom, but not the copyright 2005-2009 bit.



thanks

Depending on what you want to do you could probably check out:



[URL=“CS-Cart Documentation — CS-Cart 4.15.x documentation”]CS-Cart Documentation — CS-Cart 4.15.x documentation



If you want to just remove the whole thing than just remove the code that is specified in the article.



If you just want to remove the date part just remove:


{$lang.copyright} © {if $smarty.const.TIME|date_format:"%Y" != $settings.Company.company_start_year}{$settings.Company.company_start_year}-{/if}{$smarty.const.TIME|date_format:"%Y"}



Or you should at least have something similar.



Brandon

/skin/

Thanks very much.





The only problem with removing the code is that the bottom of my page isn’t quite right now.



The right and left hand side at the bottom of the middle section doesn’t have the curve anymore. Is there any way I can resolve this?.



Refer to the attachment if i’ve confused you :smiley:



Many thanks.

error.PNG

much smarter idea is to post your code :wink:



use this around your code [code ] & [/code ] (Remove the extra space!) so that we can review exactly where you went wrong.