- 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($display_categories_main){ // 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 = $html_catcols; if ($display_categories_main){ echo "
", "", "
Open Project Categories
", ""; if ($catgroups){ makeCats($sortcats,$catnums,$catcols); }else{ makeAreasN('',$sortcats,$catnums,$catcols); } echo "
"; if($catgroups){ 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("");