Quote Originally Posted by lina0962 View Post
Hello, Clyde

Thank you for the tip! I got it right!

Another question, I want to show replace the "Quick Links" column with non-link information, such as logo, business address, and phone number.

How to edit the code to make it happen?

By the way, the site is www.best4future.com

Lina
open includes/languages/english/extra_definitions/YOUR_TEMPLATE/footer_menu_deines.php

find the following section(s) of code and re-write as indicated

/*BOF Menu Column 1 link Definitions*/
Define('TITLE_ONE', '<li class="menuTitle">Quick Links</li>');
Define('ADDRESS', '<li>nl2br(STORE_NAME_ADDRESS)</li>');
/*EOF Menu Column 1 link Definitions*/



Define('QUICKLINKS', '<dd class="first">
<ul>' . TITLE_ONE . ADDRESS . '</ul></dd>');