source:
trunk/pages/ucet-postavy.php
Last change on this file was 699, checked in by , 15 years ago | |
---|---|
File size: 237 bytes |
Line | |
---|---|
1 | <?php |
2 | |
3 | $html->PrgStart(); |
4 | //echo(' <a href="'.$html->Link('/ucet/').'"><- Zpět do správy účtu</a>'); |
5 | |
6 | $player->CharsOnAcc($_SESSION['UserId']); |
7 | |
8 | echo('<font size="1">Výpis omezen na 10 postav</font>'); |
9 | $html->PrgStop(); |
10 | |
11 | ?> |
Note:
See TracBrowser
for help on using the repository browser.