apps; monthly_rawapps_style(); $options=get_option("monthly_rawapps_widget"); if (!is_array($options)) { $options=array( 'title'=>'Top Android Apps', 'show_description'=>'1', 'show_credit'=>'1', 'show_ratings'=>'1', 'show_noratings'=>'1', 'show_star'=>'1', 'show_downloads'=>'1' ); } foreach($apps as $app){ echo "
  • "; echo "
    "; echo ""; echo "
    "; echo ""; echo "
    "; echo ""; if ($options['show_downloads']){ echo "
    "; } if ($options['show_ratings']){ echo "
    "; echo ""; if ($options['show_noratings']){ echo ""; } echo " Ratings )"; echo "
    "; } if ($options['show_star']){ echo '
     
    '; } echo "
    "; echo "
    "; if ($options['show_description']){ echo "
    "; echo "
    ".substr($app->andro_app->post_content,0,195)."... Read more
    "; } echo "
    "; echo "
  • "; } if ($options['show_credit']){ echo "
    "; } function monthly_rawapps_style() { ?>