Revision 34 | Revision 82 | Zur aktuellen Revision | Blame | Vergleich mit vorheriger | Letzte Änderung | Log anzeigen | RSS feed
<?// $URL: file:///svn/repos/webhosting/trunk/index.php $ last modified in Revision $Rev: 36 $ by $Author: lars $ at $Date: 2007-05-28 14:03:08 +0200 (Mo, 28 Mai 2007) $require("libs/Smarty.class.php");$smarty=new Smarty();$smarty->assign("title","Angebotsbeschreibung");$smarty->assign("IP","83.151.22.12");$smarty->display("header.tpl");$smarty->display("angebot.tpl");$smarty->display("footer.tpl");