- Posts: 4
- 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.
Please Log in or Create an account to join the conversation.
When you love what you do...MrMrsic wrote: 70-80 hours per week ? omg, good luck with that.
MrMrsic wrote: I'm looking forward to see a new website and documentation.
As I'm writing, I have one more question?
- Is it possible to disable tooltip, as I need just availability calendar ?
Regards
// Show image if exist
if ($e['image']) {
echo '<a href="'.$e['url'].'"><div class="linkTo"><span style="background: '.$e['cat_color'].';" class="img"><img src="'.$e['image'].'"/></span>';
}
else {
echo '<a href="'.$e['url'].'"><div class="linkTo"><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 '<div class="linkTo"><span style="background: '.$e['cat_color'].';" class="img"><img src="'.$e['image'].'"/></span>';
}
else {
echo '<div class="linkTo"><span style="background: '.$e['cat_color'].';" class="img"><div class="noimg '.$bgcolor.'">'.$e['no_image'].'</div></span>';
}
echo '</span><span class="clr"></span></div></a>';
echo '</span><span class="clr"></span></div>';
Please Log in or Create an account to join the conversation.