Subversion-Projekte lars-tiefland.content-management

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
<?php
2
 
3
    //$Id: webweiche.php 3931 2011-09-16 08:17:57Z tiefland $
4
 
5
    /**
6
     * @author Lars Tiefland <tiefland@weban.de>
7
     * @copyright 2008 Webagentur Niewerth
8
     * @package Content-management
9
     * @subpackage Toolbox
10
     * @version $Rev: 3931 $
11
     * @license propietary
12
     * @filesource
13
     *
14
     */
15
 
16
    /**
17
     *
18
     * @author Lars Tiefland <tiefland@weban.de>
19
     * @copyright 2008 Webagentur Niewerth
20
     */
21
 
22
    require_once  "common.php";
23
    $GLOBALS["ui"]->assign( "title", "Toolbox" );
24
    $GLOBALS["ui"]->assign( "file", $webs["ID"] . "/index.tpl" );
25
    $GLOBALS["ui"]->display( "common/page.tpl" );
26
?>