Revision 1 | Revision 3 | Zur aktuellen Revision | Blame | Vergleich mit vorheriger | Letzte Änderung | Log anzeigen | RSS feed
<?php/*** @author Lars Tiefland* @copyright 2008*/require_once("libs/Smarty.class.php");require_once("include/connect.php");$smarty = new Smarty();$smarty->display("index.tpl");?>