Revision 36 | 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: 69 $ by $Author: lars $ at $Date: 2007-07-14 17:24:18 +0200 (Sa, 14 Jul 2007) $require("libs/Smarty.class.php");$smarty=new Smarty();$smarty->assign("title","Angebotsbeschreibung");$smarty->assign("MX","mail.starfleethq.de");$smarty->assign("IP","80.82.220.11");$smarty->display("header.tpl");$smarty->display("angebot.tpl");$smarty->display("footer.tpl");