
Originally Posted by
JAWhite
I will post the PARTIAL answer to my own question BUT I still need help please.
I managed to comment out the Social items in the \includes\languages\english\extra_definitions\biki_kini_green\footer_menu_define s.php to remove all icons and reference to the socil media. I had put the /*comment out*/ incorrectly. BUT there is a problem in the code for the "Store" menu items, "Contact Us" is not displaying correctly here is the code...I can not get it to display the same as Site Map, My Account etc. which look fine. Please help with this php coding problem.
/*BOF Menu Column 1 link Definitions*/
Define('TITLE_ONE', '<li class="menuTitle"><img src="includes/templates/biki_kini_green/images/store.png" alt="store" class="footer-icon" /></li>');
Define('CONTACT', '<li "><a href="' . zen_href_link(FILENAME_CONTACT_US) . '">Contact Us</a></li>');
Define('SITEMAP', '<li><a href="' . zen_href_link(FILENAME_SITE_MAP) . '">' . BOX_INFORMATION_SITE_MAP . '</a></li>');
Define('ACCOUNT', '<li><a href="' . zen_href_link(FILENAME_ACCOUNT, '', 'SSL') .'">' . HEADER_TITLE_MY_ACCOUNT . '</a></li>');
Define('COUPON', '<li><a href="' . zen_href_link(FILENAME_DISCOUNT_COUPON) . '">' . BOX_INFORMATION_DISCOUNT_COUPONS . '</a></li>');
Define('UNSUBSCRIBE', '<li><a href="' . zen_href_link(FILENAME_UNSUBSCRIBE) . '">' . BOX_INFORMATION_UNSUBSCRIBE . '</a></li>');
/*EOF Menu Column 1 link Definitions*/
Bookmarks