In global.php
Find:
// parse PHP include ##################
Above This Place:
/* Calendar Disappearo!! */
if ($calendarenabled) {
$calbutton="<a href=\"calendar.php?s=$session[sessionhash]\"><img src=\"https://vborg.vbsupport.ru/images/top_calendar.gif\" alt=\"Calendar\" border=\"0\"></a>";
}
/* Calendar Disappearo END */
In header template
Find
Code:
<a href="calendar.php?s=$session[sessionhash]"><img src="https://vborg.vbsupport.ru/images/top_calendar.gif" alt="Calendar" border="0"></a>
Replace that with
$calbutton

Maybe I
should make this a release