Subversion-Projekte lars-tiefland.content-management

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

<?php

    //$Id: webweiche.php 3931 2011-09-16 08:17:57Z tiefland $

    /**
     * @author Lars Tiefland <tiefland@weban.de>
     * @copyright 2008 Webagentur Niewerth
     * @package Content-management
     * @subpackage Toolbox
     * @version $Rev: 3931 $
     * @license propietary
     * @filesource
     * 
     */

    /**
     * 
     * @author Lars Tiefland <tiefland@weban.de>
     * @copyright 2008 Webagentur Niewerth
     */

    require_once  "common.php";
    $GLOBALS["ui"]->assign( "title", "Toolbox" );
    $GLOBALS["ui"]->assign( "file", $webs["ID"] . "/index.tpl" );
    $GLOBALS["ui"]->display( "common/page.tpl" );
?>