'AdTaily','content' => '','author' => '1'); echo ''; echo $before_widget; echo $before_title.$options['title'].$after_title.''; echo '
'; echo $options['content']; if($options['author'] == 1)//!display author { echo 'Author: maxbmx & ageno'; //please do not } echo '
'; echo $after_widget; echo ''; } function AWL_control() { $options = get_option("AWL"); if (!is_array( $options )) $options = array('title' => 'AdTaily','content' => '','author' => '1'); if ($_POST['AWL-Submit']) // !Submit! { $options['title'] = htmlspecialchars($_POST['AWL-WidgetTitle']); $options['content'] = str_replace(" ", "", (trim(stripslashes($_POST['AWL-WidgetContent'])))); $options['author'] = $_POST['AWL-WidgetAuthor']; update_option("AWL", $options); } ?>