Changeset 17288
- Timestamp:
- 2008/04/25 11:43:05 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/comu-ver2/data/class/pages/frontparts/bloc/LC_Page_FrontParts_Bloc_Best5.php
r16741 r17288 68 68 $this->arrBestProducts = $this->lfGetRanking(); 69 69 70 $objView->assignobj($this); 71 $objView->display($this->tpl_mainpage); 70 if (!empty($this->arrBestProducts)) { 71 $objView->assignobj($this); 72 $objView->display($this->tpl_mainpage); 73 } 72 74 } 73 75
Note: See TracChangeset
for help on using the changeset viewer.
