70 if (!$this->
showTags() || !$oArticleList) {
98 $sAddParams .= ($sAddParams ?
'&' :
'') .
"listtype={$this->_sListType}";
100 $sAddParams .=
"&searchtag=" . rawurlencode($sParam);
116 $iNrofCatArticles = (int) $this->
getConfig()->getConfigParam(
'iNrofCatArticles');
117 $iNrofCatArticles = $iNrofCatArticles ? $iNrofCatArticles : 1;
118 $oArtList =
oxNew(
'oxarticlelist');
119 $oArtList->setSqlLimit($iNrofCatArticles * $this->
_getRequestPageNr(), $iNrofCatArticles);
123 $this->_iCntPages = round($this->_iAllArtCnt / $iNrofCatArticles + 0.49);
145 return md5(
"tag" . $this->
getTag());
174 if ($blSeo && ($sTag = $this->
getTag())) {
175 if ($iPage && ($sSeoUrl =
oxRegistry::get(
"oxSeoEncoderTag")->getTagPageUrl($sTag, $iPage, $iLang))) {
191 if ($this->_aArticleList === null) {
207 if ($this->_sTag === null) {
221 if ($this->_sTagTitle === null) {
222 $this->_sTagTitle =
false;
223 if (($sTag = $this->
getTag())) {
225 $sTitle = $oStr->ucfirst($sTag);
226 $this->_sTagTitle = $oStr->htmlspecialchars($sTitle);
240 if (($sTag = $this->
getTag())) {
243 $aPath[0] =
oxNew(
"oxcategory");
244 $aPath[0]->setLink(
false);
247 $aPath[1] =
oxNew(
"oxcategory");
248 $aPath[1]->setLink(
false);
249 $aPath[1]->oxcategories__oxtitle =
new oxField($oStr->ucfirst($sTag));
293 } elseif (($sTag = $this->
getTag())) {
311 $aCatPath[
'title'] =
oxRegistry::getLang()->translateString(
'TAGS', $iBaseLanguage,
false);
312 $aCatPath[
'link'] =
oxRegistry::get(
"oxSeoEncoder")->getStaticUrl($sSelfLink .
'cl=tags');
313 $aPaths[] = $aCatPath;
315 $aCatPath[
'title'] = $this->
getTitle();
317 $aPaths[] = $aCatPath;