function widget( $args, $instance ) {
extract($args);
$title = apply_filters('widget_title', empty($instance['title']) ? __('Popular Ads Overall', 'appthemes') : $instance['title']);
echo $before_widget;
if ( $title )
echo $before_title . $title . $after_title;
//echo '<div>';
cp_todays_overall_count_widget('ad_listing', 10);
//echo "</div>\n";
echo $after_widget;
}
There are currently 1 users browsing this thread. (0 members and 1 guests)