changeset 1 | 0d28b7c10758 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/wp-content/themes/selecta/ocmx/ads_refresh.php Fri Mar 12 13:29:04 2010 +0000 @@ -0,0 +1,10 @@ +<?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; +?> \ No newline at end of file