web/wp-content/themes/selecta/ocmx/ads_refresh.php
changeset 1 0d28b7c10758
equal deleted inserted replaced
0:0d9a58d2c515 1:0d28b7c10758
       
     1 <?php
       
     2 	global $post_details, $my_id;
       
     3 	require_once("../../../../wp-blog-header.php");
       
     4 	require_once("ocmx-create-options.php");
       
     5 	if($_GET['small_ads']) :
       
     6 		update_option("ocmx_small_ads", $_GET["small_ads"]);
       
     7 		for($i = 1; $i <= get_option("ocmx_small_ads"); $i++)
       
     8 			{small_ad_form($i);}
       
     9 	endif;
       
    10 ?>