23         if (!($sSeoUrl = $this->
_loadFromDb(
'dynamic', $oRecomm->getId(), $iLang))) {
 
   28                 $oRecomm->getBaseStdLink($iLang, 
false),
 
   32             . $this->
_prepareTitle($oRecomm->oxrecommlists__oxtitle->value, 
false, $iLang);
 
   35             $sSeoUrl = $this->
_processSeoUrl($sSeoUrl, $oRecomm->getId(), $iLang);
 
   38             $this->
_saveToDb(
'dynamic', $oRecomm->getId(), $oRecomm->getBaseStdLink($iLang), $sSeoUrl, $iLang, 
$myConfig->getShopId());
 
   80         $sStdUrl = $oRecomm->getBaseStdLink($iLang) . 
'&pgNr=' . $iPage;
 
   81         $sParams = (int) ($iPage + 1);
 
   83         $sStdUrl = $this->
_trimUrl($sStdUrl, $iLang);
 
   84         $sSeoUrl = $this->
getRecommUri($oRecomm, $iLang) . $sParams . 
"/";
 
   86         return $this->
_getFullUrl($this->
_getPageUri($oRecomm, 
'dynamic', $sStdUrl, $sSeoUrl, $sParams, $iLang, $blFixed), $iLang);