Auto-generate links with Realurl
function BIAS_MakeLink($Uid){
$this->StartUp($conf);
$Ret = $this->cObj->typoLink(”, array( ‘parameter’ => $Uid, ‘additionaParams’ => ‘&tx_ttnews[tt_news]=’ . $ttNewsItemUid, ‘useCashHash’ => true, ‘returnLast’ => ‘url’));
return $Ret;
}






