Quote Originally Posted by rbarbour View Post
Mike,

open includes/modules/YOUR_TEMPLATE/flexible_footer_menu.php

Find:
PHP Code:
if (strpos($URL"http://") !== false 
Replace with:
PHP Code:
if (strpos($URL"http://") !== false || strpos($URL"https://") !== false) { 
See if that does what your looking for
TERRIFIC Ray - works like a treat!! ........ thanks very much, I really appreciate it - your blood is worth bottling!

cheers,
Mike