Subversion-Projekte lars-tiefland.niewerth

Revision

Revision 1 | Revision 4 | Zur aktuellen Revision | Blame | Vergleich mit vorheriger | Letzte Änderung | Log anzeigen | RSS feed

<?php
        //Smarty
        require ("smarty/libs/Smarty.class.php");
        $smarty=new Smarty;
        $smarty->assign("error",false);
        $smarty->assign("save",false);
        $smarty->assign("upd",false);
        $smarty->assign("meld","");
        $smarty->assign("h1","");
        $smarty->assign("mode","");
        $smarty->assign("db_meld","");
        $smarty->assign("id",0);
        $smarty->assign("disabled2","");
        
        //DB Connection
        require_once("connect.php");

        //
        require_once("functions.php");
        require_once("an.class.php");
        require_once("firma.class.php");
        require_once("termine.class.php");
        require_once("wochen.class.php");
?>