46 $this->_oRss =
oxNew(
'oxRssFeed');
67 $oSmarty->php_handling = SMARTY_PHP_PASSTHRU;
70 foreach (array_keys($this->_aViewData) as $sViewName) {
71 $oSmarty->assign_by_ref($sViewName, $this->_aViewData[$sViewName]);
79 $oSmarty->fetch($this->_sThisTemplate, $this->getViewId())
93 return getStr()->recodeEntities($sInput);
103 if ($this->
getConfig()->getConfigParam(
'bl_rssTopShop')) {
117 if ($this->
getConfig()->getConfigParam(
'bl_rssNewest')) {
131 if ($this->
getConfig()->getConfigParam(
'bl_rssCategories')) {
132 $oCat =
oxNew(
'oxCategory');
148 if ($this->
getConfig()->getConfigParam(
'bl_rssSearch')) {
154 $this->
_getRssFeed()->loadSearchArticles($sSearchParameter, $sCatId, $sVendorId, $sManufacturerId);
171 if ($this->
getViewConfig()->getShowListmania() && $this->
getConfig()->getConfigParam(
'bl_rssRecommLists')) {
172 $oArticle =
oxNew(
'oxarticle');
193 if ($this->
getConfig()->getConfigParam(
'bl_rssRecommListArts')) {
194 $oRecommList =
oxNew(
'oxrecommlist');
196 $this->
_getRssFeed()->loadRecommListArticles($oRecommList);
211 if ($this->
getConfig()->getConfigParam(
'bl_rssBargain')) {
225 if ($this->_oChannel === null) {
226 $this->_oChannel = $this->
_getRssFeed()->getChannel();