Subversion-Projekte lars-tiefland.niewerth

Revision

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

<?php
        //Smarty
        require_once("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","");
        
        //PEAR Packages
        require_once("Config.php");
        require_once("MDB2.php");
        require_once('Calendar/Month/Weekdays.php');
        require_once("Calendar/Week.php");
        require_once("Calendar/Decorator/Textual.php");
        require_once("Calendar/Decorator/Uri.php");

        //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");
?>