Wow found a bug in the template system already:
Code:
- {/if:events}
- {if:birthdays}
- <td width="{if:events}60{/if:events}{ifnot:events}100{/ifnot:events}%" id="birthdays">
- <table width="{if:events}95{/if:events}{ifnot:events}98{/ifnot:events}%" cellspacing="1" cellpadding="1" align="center">
you tell me whats wrong with that, and thats what happed after the forum was upgraded. The upgrade doesn't convter or even transfer the current templates properly, at least not within the Information Center one. I don't know about the rest, haven't check yet.
Edit: I see what happened for some reason it merged the create info center default with the one I made. I just recopied mine to fix it, and t seems as if only the info center template did it.