web/wp-content/themes/selecta/ocmx/ads_refresh.php
author ymh <ymh.work@gmail.com>
Mon, 22 Mar 2010 16:36:28 +0100
changeset 5 ac511f1ccc8e
parent 1 0d28b7c10758
permissions -rw-r--r--
add hgignore

<?php
	global $post_details, $my_id;
	require_once("../../../../wp-blog-header.php");
	require_once("ocmx-create-options.php");
	if($_GET['small_ads']) :
		update_option("ocmx_small_ads", $_GET["small_ads"]);
		for($i = 1; $i <= get_option("ocmx_small_ads"); $i++)
			{small_ad_form($i);}
	endif;
?>