'%NAME%' ) ); } function widget($args, $instance) { extract($args); echo $before_widget; if (get_option(strtolower('%CLASS%')."_widget_title")!='') { echo "\n".$before_title; echo get_option(strtolower('%CLASS%')."_widget_title"); echo $after_title; } echo '%CONTENT%'; echo $after_widget; } function form($instance) { } function update($new_instance, $old_instance) { } } ?>