72         if (!$this->
showTags() || !$oArticleList) {
 
  100         $sAddParams .= ($sAddParams ? 
'&' : 
'') . 
"listtype={$this->_sListType}";
 
  102             $sAddParams .= 
"&searchtag=" . rawurlencode($sParam);
 
  118         $iNrofCatArticles = (int) $this->
getConfig()->getConfigParam(
'iNrofCatArticles');
 
  119         $iNrofCatArticles = $iNrofCatArticles ? $iNrofCatArticles : 1;
 
  120         $oArtList = 
oxNew(
'oxarticlelist');
 
  121         $oArtList->setSqlLimit($iNrofCatArticles * $this->
_getRequestPageNr(), $iNrofCatArticles);
 
  125         $this->_iCntPages = round($this->_iAllArtCnt / $iNrofCatArticles + 0.49);
 
  147         return md5(
"tag" . $this->
getTag());
 
  176         if ($blSeo && ($sTag = $this->
getTag())) {
 
  177             if ($iPage && ($sSeoUrl = 
oxRegistry::get(
"oxSeoEncoderTag")->getTagPageUrl($sTag, $iPage, $iLang))) {
 
  193         if ($this->_aArticleList === null) {
 
  209         if ($this->_sTag === null) {
 
  223         if ($this->_sTagTitle === null) {
 
  224             $this->_sTagTitle = 
false;
 
  225             if (($sTag = $this->
getTag())) {
 
  227                 $sTitle = $oStr->ucfirst($sTag);
 
  228                 $this->_sTagTitle = $oStr->htmlspecialchars($sTitle);
 
  242         if (($sTag = $this->
getTag())) {
 
  245             $aPath[0] = 
oxNew(
"oxcategory");
 
  246             $aPath[0]->setLink(
false);
 
  249             $aPath[1] = 
oxNew(
"oxcategory");
 
  250             $aPath[1]->setLink(
false);
 
  251             $aPath[1]->oxcategories__oxtitle = 
new oxField($oStr->ucfirst($sTag));
 
  295         } elseif (($sTag = $this->
getTag())) {
 
  313         $aCatPath[
'title'] = 
oxRegistry::getLang()->translateString(
'TAGS', $iBaseLanguage, 
false);
 
  314         $aCatPath[
'link'] = 
oxRegistry::get(
"oxSeoEncoder")->getStaticUrl($sSelfLink . 
'cl=tags');
 
  315         $aPaths[] = $aCatPath;
 
  317         $aCatPath[
'title'] = $this->
getTitle();
 
  319         $aPaths[] = $aCatPath;