$edit=1; require_once("adpanel/functions.inc.php"); include_once("adpanel/".MYSQL); //$edit=intval(DecryptClientId($_GET["m"])); $dbc=open_connection(); $elements=get_page_content_by_url("index",$dbc); include("top.inc.php"); $random_effect=array(0=>"fadeFour",1=>"cubeRandom",2=>"cube",3=>"blind",4=>"paralell",5=>"block"); $q_sl="select id,image,order_n from slideshow_images order by order_n,id desc"; $r_sl=mysql_query($q_sl,$dbc); if((mysql_num_rows($r_sl))>0){ ?>
} include("bottom.inc.php"); if($dbc)close_connection($dbc); ?>