Untitled

 avatar
unknown
php
3 years ago
931 B
7
Indexable
            if ($tmp['offer_type'] == 'item' || $tmp['offer_type'] == 'regular' || $tmp['offer_type'] == 'magical' || $tmp['offer_type'] == 'quests')
                $main_content .= '<td align="center"><img src="' . $config['site']['item_images_url'] .$id['itemid1']. $config['site']['item_images_extension'] . '"></td>';
            else if ($tmp['offer_type'] == 'outfits')
                $main_content .= '<td align="center"><img src="' . $offer_array[$tmp['offer_type']]['images_path'] . $id['itemid1'] . $offer_array[$tmp['offer_type']]['images_extension'] . '"><img src="' . $offer_array[$tmp['offer_type']]['images_path'] . $id['count1'] . $offer_array[$tmp['offer_type']]['images_extension'] . '"></td>';
            else
                $main_content .= '<td align="center"><img src="' . $offer_array[$tmp['offer_type']]['images_path'] . $id['id'] . $offer_array[$tmp['offer_type']]['images_extension'] . '"></td>';
Editor is loading...