diff -r 8e6dbf6882c2 -r c3752aa881c2 includes/template.php --- a/includes/template.php Sun Nov 09 09:03:10 2008 -0500 +++ b/includes/template.php Sun Nov 09 14:10:24 2008 -0500 @@ -2380,7 +2380,7 @@ if(getConfig('w3c_vxhtml10')=='1') $ob[] = 'Valid XHTML 1.0'; if(getConfig('w3c_vxhtml11')=='1') $ob[] = 'Valid XHTML 1.1'; if(getConfig('w3c_vcss') =='1') $ob[] = 'Valid CSS'; - if(getConfig('dbd_button') =='1') $ob[] = 'DRM technology restricts what you can do with your computer
Protect your freedom >>
'; + if(getConfig('dbd_button') =='1') $ob[] = 'DRM technology restricts what you can do with your computer
Protect your freedom >>
'; $code = $plugins->setHook('links_widget'); foreach ( $code as $cmd )