Skip to content
Snippets Groups Projects
  • Eric Laufer's avatar
    Chat Update · dbd5094f
    Eric Laufer authored
    Chat Update:
    - Username Klickbar
    - Smiley eintragbar
    - User wird hervorgehoben wenn sein Nick mit @ markiert ist
    - Chatarchiv überarbeitet
    dbd5094f
archiv.php 159 B
<?php
head("Archiv");	
if (!isset($_GET['seite'])) {$_GET['seite'] = '1';}
$Class = Classloader('chat');
echo $Class->Archive($_GET['seite']);
foot();
?>