Revision 33 | Revision 36 | 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: 34 $ by $Author: lars $ at $Date: 2007-04-09 17:52:10 +0200 (Mo, 09 Apr 2007) $require("libs/Smarty.class.php");$smarty=new Smarty();$smarty->assign("title","Angebotsbeschreibung");$smarty->assign("IP","83.151.27.189");$smarty->display("header.tpl");$smarty->display("angebot.tpl");$smarty->display("footer.tpl");