- Posts: 32
- Thank you received: 0
The developer takes a few days off for Holidays...
...and will be back with charged battery!
From 23 December to 2 January included
During this period, assistance from developer will not be provided.
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.