I have a Skype box on my website , it is in the footer.
But the buttons from Skype are non-ssl and therefor will trigger problems when i install the ssl part of the site , so i need to turn Skype off on ssl pages.
I found the following code in an other Skype contribution.
My question is , would this code be ok and where is the best place to put it.
I also use the Header-Footer-Contents contri and therefor i have also a sub-footer and a sub-header.
/* code to disable Skype on SSL pages */
if ($request_type != 'SSL') {
// Skype Contact box only visible when on non-secured pages
include(DIR_WS_BOXES .'skype_contact.php');
}
Many thanks in advance,
Rob









