# HG changeset patch
# User Dan
# Date 1226257824 18000
# Node ID c3752aa881c2d7c186d82668a4c046d5920a872c
# Parent 8e6dbf6882c2e952f33dfc31c9f0bab5466ae137
Made defectivebydesign.org image local
diff -r 8e6dbf6882c2 -r c3752aa881c2 images/defectivebydesign.png
Binary file images/defectivebydesign.png has changed
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[] = '
Protect your freedom >>';
+ if(getConfig('dbd_button') =='1') $ob[] = '
Protect your freedom >>';
$code = $plugins->setHook('links_widget');
foreach ( $code as $cmd )