(This post was last modified: 04.05.2009, 13:54 by Markus4897.)
04.05.2009, 13:47
Muss ich nicht den Pfad eingeben?
Mit {$Cheattool} gehts auch nicht.
Also nochmal:
actions, cheaten.php
extern_modules, cheaten.php
templates, index_cheaten.tpl
Aber muss ich, wenn ich etwas ändern will, das in actions schreiben?
Mit {$Cheattool} gehts auch nicht.
Also nochmal:
actions, cheaten.php
PHP Code:
<?php
$cheat = "Mit diesem Tool kannst du Cheaten";
$tpl->assign('Cheattol', $cheat);
?>
PHP Code:
<?php
$screenname = "Cheaten";
$toolname = "Cheattool";
?>
PHP Code:
<html>
<body>
<h3>Cheaten</h3>
{$Cheattool}
</body>
</html>
Aber muss ich, wenn ich etwas ändern will, das in actions schreiben?