Estimations
$image2 = '';
$extraset = '';
if (TITLE_PIC == 'true'){
// Get the right image for the top-right
if (isset($_GET['manufacturers_id'])) {
$image2 = tep_db_query("select manufacturers_image from " . TABLE_MANUFACTURERS . " where manufacturers_id = '" . (int)$_GET['manufacturers_id'] . "'");
$image2 = tep_db_fetch_array($image2);
$image2 = $image2['manufacturers_image'];
} elseif ($current_category_id) {
$image2 = tep_db_query("select categories_image from " . TABLE_CATEGORIES . " where categories_id = '" . (int)$current_category_id . "'");
$image2 = tep_db_fetch_array($image2);
$image2 = $image2['categories_image'];
}
}
?>
There are no products available in this category.