Kurt Cobain Tearjerker
Filed under: Uncategorized
|
Title:
'; echo 'Number of buttons:'; for ($i=0;$i<11;$i++) { if($i==$buttonnumber){$selectString = ' selected';} else {$selectString ='';} if(empty($i)) {$istring="Default";} else {$istring=$i;} echo ' ".$istring."\n"; } echo '
'; echo '"Get this for your blog" text:
On
Off ';
echo '';
}
// This registers our widget so it appears with the other available
// widgets and can be dragged and dropped into any active sidebars.
register_sidebar_widget('Lib Dem buttons', 'widget_ldbuttons');
// This registers our optional widget control form. Because of this
// our widget will have a button that reveals a 300x100 pixel form.
register_widget_control('Lib Dem buttons', 'widget_ldbuttons_control', 300, 200);
}
// Run our code later in case this loads prior to any required plugins.
add_action('plugins_loaded', 'widget_ldbuttons_init');
?>
Blog at WordPress.com. Theme: Digg 3 Column by WP Designer