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[] = '
';
if(getConfig('w3c_vxhtml11')=='1') $ob[] = '
';
if(getConfig('w3c_vcss') =='1') $ob[] = '
';
- if(getConfig('dbd_button') =='1') $ob[] = '![DRM technology restricts what you can do with your computer](http://defectivebydesign.org/sites/nodrm.civicactions.net/files/images/dbd_sm_btn.gif)
Protect your freedom >>';
+ if(getConfig('dbd_button') =='1') $ob[] = '![DRM technology restricts what you can do with your computer](' . cdnPath . '/images/defectivebydesign.png)
Protect your freedom >>';
$code = $plugins->setHook('links_widget');
foreach ( $code as $cmd )