66 if ( !$this->
showTags() || !$oArticleList) {
94 $sAddParams .= ($sAddParams?
'&':
'') .
"listtype={$this->_sListType}";
96 $sAddParams .=
"&searchtag=" . rawurlencode( $sParam );
111 $iNrofCatArticles = (int) $this->
getConfig()->getConfigParam(
'iNrofCatArticles' );
112 $iNrofCatArticles = $iNrofCatArticles?$iNrofCatArticles:1;
113 $oArtList =
oxNew(
'oxarticlelist' );
114 $oArtList->setSqlLimit( $iNrofCatArticles * $this->
_getRequestPageNr(), $iNrofCatArticles );
118 $this->_iCntPages = round( $this->_iAllArtCnt / $iNrofCatArticles + 0.49 );
140 return md5(
"tag" . $this->
getTag() );
198 if ( $blSeo && ( $sTag = $this->
getTag() ) ) {
199 if ( $iPage && ( $sSeoUrl =
oxRegistry::get(
"oxSeoEncoderTag")->getTagPageUrl( $sTag, $iPage, $iLang ) ) ) {
215 if ( $this->_aArticleList === null ) {
216 if ( ( $this->
getTag() ) ) {
231 if ( $this->_sTag === null ) {
244 if ( $this->_sTagTitle === null ) {
245 $this->_sTagTitle =
false;
246 if ( ( $sTag = $this->
getTag() ) ) {
248 $sTitle = $oStr->ucfirst( $sTag );
249 $this->_sTagTitle = $oStr->htmlspecialchars( $sTitle );
262 if ( ( $sTag = $this->
getTag() ) ) {
265 $aPath[0] =
oxNew(
"oxcategory" );
266 $aPath[0]->setLink(
false );
269 $aPath[1] =
oxNew(
"oxcategory" );
270 $aPath[1]->setLink(
false );
271 $aPath[1]->oxcategories__oxtitle =
new oxField( $oStr->ucfirst( $sTag ) );
314 } elseif ( ( $sTag = $this->
getTag() ) ) {
331 $aPaths[] = $aCatPath;
333 $aCatPath[
'title'] = $this->
getTitle();
335 $aPaths[] = $aCatPath;