|
What do we modify here without breaking something ????
if ( $Globals['cjurl'] != "" ) {
if ( $Globals['cjurl'] != "http://www.qksrv.net" ) {
$Globals['cright'] = str_replace( "http://www.reviewpost.com", $Globals['cjurl'], $Globals['cright'] );
}
}
$Globals['cright'] = str_replace( "--replaceme--", " 2.8", $Globals['cright'] );
$User = array(); $menu = ""; $posternav = "";
|