- Messages : 32
- Remerciements reçus 0
The developer takes a few days off for Summer vacation...
...and will be back with charged battery!
From 14 June to 29 June, 2025 included
During this period, assistance from developer will not be provided.
NEWS: iCagenda 4.0.0-alpha1 will be available for testing for users with a PRO subscription in July!
Connexion ou Créer un compte pour participer à la conversation.
Connexion ou Créer un compte pour participer à la conversation.
Connexion ou Créer un compte pour participer à la conversation.
Connexion ou Créer un compte pour participer à la conversation.
Connexion ou Créer un compte pour participer à la 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>';
}
Connexion ou Créer un compte pour participer à la conversation.
Connexion ou Créer un compte pour participer à la conversation.
Connexion ou Créer un compte pour participer à la conversation.
Connexion ou Créer un compte pour participer à la conversation.
Connexion ou Créer un compte pour participer à la conversation.