Subversion-Projekte lars-tiefland.content-management

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

<?php

    /**
     * @package   Content-management
     * @author    Webagentur Niewerth <tiefland@weban.de>
     * @copyright 2011 Webagentur Niewerth
     * @license   propietary http://www.weban.de
     * @version   $Rev: 3608 $
     * @filesource
     * 
     */

    /**
     * 
     * @package   Content-management
     * @author    Webagentur Niewerth <tiefland@weban.de>
     * @copyright 2011 Webagentur Niewerth
     */

    // SVN: $Id: common.php 3608 2011-06-28 09:49:06Z tiefland $

    require_once "connect2.php";
    require_once "Weban_Smarty.class.php";
    require_once "module/weban/weban_utils.class.php";
    $GLOBALS["ui"] = new Weban_Smarty();
?>