Quote Originally Posted by autoace View Post
Does anyone know how I can turn this code:

PHP Code:
<?php echo zen_image(DIR_WS_IMAGES 'tw.gif'); ?>
into an external link *WITHOUT* breaking ssl?
Simple answer: You can't.

More complicated answer: You'd have to hard-code the URL and tell it to only display if $request_type is NONSSL.

Either way, you can't use zen_image() to do that.