Diff
310
311
311
boxes.php
  |
18 | 18 | | |
| |
19 | 19 | | function osC_Boxes() { |
| |
20 | 20 | | $this->_boxes['left'] = array('categories.php', 'manufacturers.php', 'whats_new.php', 'search.php', 'information.php'); |
  |
| 21 | + | $this->_boxes['right'] = array('shopping_cart.php', 'manufacturer_info.php', 'order_history.php', 'best_sellers.php', 'product_notifications.php', 'tell_a_friend.php', 'specials.php', 'reviews.php', 'languages.php', 'currencies.php'); |
  |
21 | 22 | | } |
| |
22 | 23 | | |
| |
23 | 24 | | function getTitle() { |
|