function wp125_write_ads_widget($args) {
	extract($args);
	echo $before_widget;
	if (get_option("wp125_widget_title")!='') {
		echo "\n".$before_title; echo get_option("wp125_widget_title"); echo $after_title;
	}
	wp125_write_ads();
	echo $after_widget;
}
Example #2
0
bloginfo('url');
?>
/">
					<div>
						<input type="text" value="Type your search here..." name="s" id="searchform_top_text" onclick="this.value='';" />
						<input type="image" src="<?php 
bloginfo('template_url');
?>
/images/go.gif" id="gosearch" />
					</div>
				</form>
			</div>
            
            <?php 
if (function_exists('wp125_write_ads')) {
    wp125_write_ads();
}
?>
            
            <div id="sidebars">
                <?php 
get_sidebar();
?>
            </div>
            
        </div>
    </div>

</div>
</div>