diff -r acf6f55bf023 -r dd659f6ba891 includes/template.php
--- a/includes/template.php Tue Jun 26 22:01:17 2007 -0400
+++ b/includes/template.php Wed Jun 27 00:59:42 2007 -0400
@@ -1352,7 +1352,8 @@
global $db, $session, $paths, $template, $plugins; // Common objects
// SourceForge/W3C buttons
$ob = Array();
- if(getConfig('powered_btn') =='1') $ob[] = '';
+ $admintitle = ( $session->user_level >= USER_LEVEL_ADMIN ) ? 'title="You may disable this button in the admin panel under General Configuration."' : '';
+ if(getConfig('powered_btn') =='1') $ob[] = '';
if(getConfig('sflogo_enabled')=='1')
{
$ob[] = '';