04.05.2009, 13:31
Hallo,
nachdem es dasd Thema "Eigene Admintools erstellen" nicht mehr gibt, will ich euch was fragen:
Wiesso teigt er mir nur "Cheaten" an?
extern_modules:
actions:
templates:
nachdem es dasd Thema "Eigene Admintools erstellen" nicht mehr gibt, will ich euch was fragen:
Wiesso teigt er mir nur "Cheaten" an?
extern_modules:
PHP Code:
<?php
$screenname = "Cheaten";
$toolname = "Cheattool";
?>
PHP Code:
<?php
$cheat = "Mit diesem Tool kannst du Cheaten";
$tpl->assign('Cheattol', $cheat);
?>
PHP Code:
<html>
<body>
<h3>Cheaten</h3>
{$cheaten}
</body>
</html>