This works with 2.2.2 no problem, I changed two of the templates to get the effect below. I also sorted the error with the .gif image but you will need to check your own path and choice of image.
Changes to index.php 2.2.2 make the top of the script like this;
<?php
error_reporting(7);
$templatesused='forumhome_birthdaybit,error_noperm ission,forumhome_pmloggedin,fo rumhome_welcometext,forumhome_logoutcode,forumhome _newposts,forumhome_todayposts ,forumhome_logincode,forumhome_loggedinuser,forumh ome_loggedinusers,forumhome_la stpostby,forumhome_moderator,forumhome_forumbit_le vel1_nopost,forumhome_forumbit _level1_post,forumhome_forumbit_level2_nopost,foru mhome_forumbit_level2_post,for umhome,forumhome_unregmessage,timezonelist,timezon e_city,timezone_city_col';
$loadbirthdays=1;
$loadmaxusers=1;
Change Timezone.php to this;
<?php
$dateformat = "l h:i A";
$percol = 5;
Templates;
timezone_city
<smallfont><b>$cities</b> <font color={timecolor}>$datetime</smallfont><br>
timezonelist
<tr bgcolor="{categorybackcolor}">
<td colspan="6"><normalfont color="{categoryfontcolor}"><b>Current World Time:</b></smallfont></td>
</tr>
<tr>
<td bgcolor="{secondaltcolor}" align="center" valign="top"><img src="images/time.gif" alt="">
<td bgcolor="{firstaltcolor}" colspan="5" valign="top">
<table>
<tr>
$cityzones
</tr>
</table>
</td>
</tr>
|