$the_category_query = tep_db_query("select categories_short from " . TABLE_CATEGORIES . " where categories_id = '" . (int)$current_category_id . "'"); $the_category = tep_db_fetch_array($the_category_query); $cat_short = $the_category['categories_short']; ?>