I update my site to V7.6.2 and have trouble with my old header.php files. It seems that the code to pull the wrapper has changed.

my old header.php
Code
<?php
$wrapper_id = $style_array['wrappers'];
$tbopen = $wrappers[$wrapper_id]['open'];
$tbclose = $wrappers[$wrapper_id]['close'];

echo <<<HTML_BLOCK
$tbopen
<tr>
<td colspan="3" class="lefttdheader">
[some html code]
</td>
</tr>
$tbclose
HTML_BLOCK;
?>

Can someone help me out to change the code for 7.6.2?


my board: http://www.dragonclan-forum.de
my hobby: http://www.biker-reise.de
Ich kann bei Fragen zu UBBthreads in Deutsch weiterhelfen oder es zumindest versuchen