Subversion-Projekte lars-tiefland.webhosting

Revision

Revision 82 | Blame | Vergleich mit vorheriger | Letzte Änderung | Log anzeigen | RSS feed

<?php
        // $URL: file:///svn/repos/webhosting/trunk/index.php $ last modified in Revision $Rev: 96 $ by $Author: lars $ at $Date: 2010-06-27 21:53:30 +0200 (So, 27 Jun 2010) $
        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");
?>