(This post was last modified: 10.11.2010, 21:59 by SlimShady95.)
10.11.2010, 21:58
Also mach in der game.tpl einfach:
Und für actions in der game.php vor dem ganzen Code:
PS: Denke, das sollte funktionieren
MfG Manuel
Code:
{php}
$this->_tpl_vars['allowed_screens'][] = 'DIE SEITE';
{/php}
Und für actions in der game.php vor dem ganzen Code:
PHP Code:
<?php
if($_GET['screen'] == 'DIE SEITE') {
include('actions/SEITE.php');
}
?>
PS: Denke, das sollte funktionieren
MfG Manuel