  |
43 | 43 | | $this->_content .= '<span style="float: left; width: ' . ($osC_Image->getWidth('mini') + 10) . 'px; text-align: center;">' . osc_link_object(osc_href_link(FILENAME_PRODUCTS, $product['keyword']), $osC_Image->show($product['image'], $product['name'], null, 'mini')) . '</span>'; |
| |
44 | 44 | | } |
| |
45 | 45 | | |
  |
46 | | - | $this->_content .= '<div style="padding-left: ' . ($osC_Image->getWidth('mini') + 10) . 'px;">' . osc_link_object(osc_href_link(FILENAME_PRODUCTS, $product['keyword']), $product['name']) . '<br />'; |
| |
| 46 | + | $this->_content .= '<div style="float: left;">' . osc_link_object(osc_href_link(FILENAME_PRODUCTS, $product['keyword']), $product['name']) . '<br />'; |
|
47 | 47 | | |
| |
48 | 48 | | if (SERVICE_RECENTLY_VISITED_SHOW_PRODUCT_PRICES == '1') { |
| |
49 | 49 | | $this->_content .= $product['price'] . ' '; |
| |
50 | 50 | | } |
| |
51 | 51 | | |
  |
52 | | - | $this->_content .= '<i>(' . sprintf($osC_Language->get('recently_visited_item_in_category'), osc_link_object(osc_href_link(FILENAME_DEFAULT, 'cPath=' . $product['category_path']), $product['category_name'])) . ')</i></div></li>'; |
| |
| 52 | + | $this->_content .= '<i>(' . sprintf($osC_Language->get('recently_visited_item_in_category'), osc_link_object(osc_href_link(FILENAME_DEFAULT, 'cPath=' . $product['category_path']), $product['category_name'])) . ')</i></div>' . |
| |
| 53 | + | '<div style="clear: both;"></div>' . |
| |
| 54 | + | '</li>'; |
  |
53 | 55 | | } |
| |
54 | 56 | | |
| |
55 | 57 | | $this->_content .= ' </ol>' . |