__('Highly detailed weather widgets with thousands of Australian locations','text_domain') ) ); } public function widget($args,$instance) { echo $args['before_widget']; echo $instance['html']; // echos the outframe echo $args['after_widget']; } public function form($instance) { if (isset($instance['id'])) $id = $instance['id']; else $id = __('','text_domain'); echo ''; if (isset($instance['code'])) $code = $instance['code']; else $code = __('','text_domain'); echo ''; if (isset($instance['html'])) $html = $instance['html']; else $html = __('','text_domain'); echo ''; if (isset($instance['tabOrder'])) $tabOrder = $instance['tabOrder']; else $tabOrder = __('1,2,4,7,3,8,5,6','text_domain'); echo ''; ?>

Save