i did something worng!! :S
<?php
//GsL98DGtpo0W
if ( function_exists('register_sidebar') )
register_sidebar(array(
'before_title' => '<h3>',
'after_title' => '</h3>',
));
function widget_mytheme_search() {
?>
<li id="search">
<form method="get" id="searchform" action="<?php bloginfo('home'); ?>/">
<input type="text" value="Search..." name="s" id="s" onfocus="if (this.value == 'Search...') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Search...';}"
/>
</form>
<?php
}
if ( function_exists('register_sidebar_widget') )
register_sidebar_widget(__('Search'), 'widget_mytheme_search');
?>
The blog I need help with is pasteleriapinkcake.wordpress.com.