Problem beim Einbau eines addons

MastaG
KENN GELÖSCHT WERDEN, HATTE DIE BOARD.PHP AUSM ACP GENOMMEN ^^

Hi@all,

hab hier nen addon von nem kollege bekommen.

Laut Anleitung steht da folgendes drin:


suche in board.php folgendes:

code:
1:
2:
3:
eval("\$tpl->output(\"".$tpl->get("board")."\");");


und ersetze es mit:

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
// reloaded
if($reloptions[boardshow] == "1" && $board[can_use_rel] == "1" && $wbbuserdata[rel_file] == "1")
{
  eval("\$tpl->output(\"".$tpl->get("rel_board")."\");");
}
else
{
  eval("\$tpl->output(\"".$tpl->get("board")."\");");
}


Das prob is, ab wbb2.3.3 gibts das nicht :-/

jemand ne Ahnung, was ich da machen kann?