if ($data['news_image_t1']) {
$newsimage = '<img src="'.IMAGES_N_T.$data['news_image_t1'].'" width="150" height="100" alt="" />';
} elseif ($data['news_cat_image']) {
$newsimage = '<img src="'.get_image('nc_'.$data['news_cat_name']).'" width="150" height="100" alt="" />;
} else {
$newsimage = '<img src="../news.png" width="150" height="100" alt="" />';
}
echo $newsimage;
Category Forum
Code Snippet and functions - 8Labels
None yet
Statistics
3 participants
Notifications
You are not receiving notifications from this thread.
Related Questions