Changing the link in the main logo area

I've tried to modify the static_templates/logo.tpl to change the link back to the main front page of our website, but it doesn't ever seem to update. Here's what I have the logo.tpl changed to:







I've cleared my cache and checked it on my other computer, but it still outputs to the following:







Anyone have any ideas as to why it's not updating to the new code?

When you cleared your cache are you talking about browser cache?



CS-Cart uses extensive server-side caching as well. You will need to clear your server-side caching by appending ?cc to the end of your admin.php in your admin url

Doh, I feel so dumb right now. That fixed it. Thanks for the info!