Subversion-Projekte lars-tiefland.webhosting

Revision

Revision 69 | 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: 82 $ by $Author: lars $ at $Date: 2009-01-12 21:00:56 +0100 (Mo, 12 Jan 2009) $
        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->assign("tpl_file", "angebot.tpl");
        $smarty->display("page.tpl");