- to display categories on any page./ ///////////////////////////////////////////////////////////////////////////////////////////// if ($_GET['r']) { setcookie("radrefer", $_GET['r'], time()+86400); $_COOKIE['radrefer'] = $_GET['r']; } chdir('radlance'); require('src/common.php'); include_once("src/print_pr.php"); if(empty($sellproj)) exit(); if(isset($_GET['col']) && intval($_GET['col'])>0 ){ $html_catcols_auction=intval($_GET['col']); } if($display_categories_main_auction){ // Categories ob_start(); /////////////////////////////////////////////////////////////////////////////////// // To change the number of colums you wish your categories to // // be displayed in change the number in the nxt line below. // /////////////////////////////////////////////////////////////////////////////////// $catcols_auction = $html_catcols_auction; if ($display_categories_main_auction){ echo "
", "", "
Open Auction Categories
", ""; if ($catgroups_auction){ makeCats_auction($sortcats_auction,$catnums_auction,$catcols_auction); }else{ makeAreasN_auction('',$sortcats_auction,$catnums_auction,$catcols_auction); } echo "
"; if($catgroups_auction) { echo "View All Categories

\n"; } } $output = ob_get_contents(); ob_end_clean(); $output = str_replace("\r","",$output); $output = str_replace("\n","",$output); $output = str_replace("'","´",$output); $output = str_replace('"','"',$output); ?> document.write(""); document.write("");