jun. 02, 2006 session_start(); include_once ("config/config.php"); if ($setts['enable_wantedads']!="Y") header("Location: index.php"); include ("themes/".$setts['default_theme']."/header.php"); if (!$_REQUEST['orderField']) $orderField = "enddate"; else $orderField=$_REQUEST['orderField']; if (!$_REQUEST['orderType']) { $orderType = "ASC"; $newOrder="DESC"; } else { $orderType=$_REQUEST['orderType']; $newOrder=($orderType=="ASC")?"DESC":"ASC"; } ?> "; ?>
"; } else { echo ""; }?> ,