diff -r 88d7a7c2743c -r 8e2fffc5c622 includes/template.php --- a/includes/template.php Sun Oct 21 21:26:11 2007 -0400 +++ b/includes/template.php Tue Oct 23 12:30:08 2007 -0400 @@ -1673,7 +1673,8 @@ $admintitle = ( $session->user_level >= USER_LEVEL_ADMIN ) ? 'title="You may disable this button in the admin panel under General Configuration."' : ''; if(getConfig('sflogo_enabled')=='1') { - $ob[] = 'SourceForge.net Logo'; + $sflogo_secure = ( isset($_SERVER['HTTPS']) ) ? 'https' : 'http'; + $ob[] = 'SourceForge.net Logo'; } if(getConfig('w3c_v32') =='1') $ob[] = 'Valid HTML 3.2'; if(getConfig('w3c_v40') =='1') $ob[] = 'Valid HTML 4.0';