- Posts: 32
- Thank you received: 0
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
// Show image if exist
if ($e['image']) {
echo '<span style="background: '.$e['cat_color'].';" class="img"><img src="'.$e['image'].'"/></span>';
}
else {
echo '<span style="background: '.$e['cat_color'].';" class="img"><div class="noimg '.$bgcolor.'">'.$e['no_image'].'</div></span>';
}
// Show image if exist
if ($e['image']) {
echo '<span style="background: '.$e['cat_color'].';" class="img"> </span>';
}
else {
echo '<span style="background: '.$e['cat_color'].';" class="img"> </span>';
}
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.