/**
  * Output of the widget
  * @param <type> $args is an array of strings that help widgets to conform to
  * the active theme: before_widget, before_title, after_widget,
  * and after_title are the array keys. Default tags: li and h2.
  * @param <type> $opts
  */
 function widget($args, $opts)
 {
     global $wp_query;
     WidgetForm::do_show($this, $args, $opts);
 }