'dribbble-widget', 'description' => 'A widget that show images dribbble' ); /* Create the widget. */ parent::__construct( 'rst-dribbble-widget', 'Agnilla - Dribbble', $widget_ops); } function widget($args, $instance) { $html = ''; $html .= $args['before_widget']; if( !empty($instance['title']) ) { $html .= $args['before_title']; $html .= $instance['title']; $html .= $args['after_title']; } $html .= '