Hopefully not OT here, but i've used the module with no real problems for a while...it seems easy enough to alter, granted it's a bit sleazy as you say to include this stuff in the Module in the first place.
What concerned me more was the apparent lack of XOOPS markings on his china-offshore site:
http://china-offshore.com/modules/news/ It is Xoops, but in the site's default theme of "ventti", There's no XOOPS copyright that I can see. How can he remove the XOOPS footer credit like that?
The other two themes have it though.
Hmmmm.
Oh well...to get rid of the default link to that offshore crap, change this in /modules/agendax/config.inc.php to whatever you wish.
# minicalendar default sponsor link
$mc_sponsor = 'http://www.china-offshore.com';
He does have some dubious stuff in there, including a lot leftover from the original DHTML Calendar it was made from.
Like /modules/agendax/images/maroctour.css what's that doing there?! Lol...weird.
Another weirdness/leftover from /modules/agendax/images/minical.css :
#itemopen { position:absolute; z-index: 1; visibility:hidden;top: 103px; right:10px }
.mainTitleBar {
color:#606F79;
font-size: 12px;
height: 26px;
background-image: url(http://maroctour.com/images/tile_back1.gif);
}
Oh well, I digress...
It's a fun Module, if strange at times....why it's starts the week with Monday I'll never know.
(fix for that is in config.inc.php as well, btw)
change:
# on which day should the month-view start (month view and minical - live site)
$day_start = '1'; # 0 for sunday, 1 for monday
Sorry for blabbing on here...figured might save someone pain changing those things.
-CaFF