mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-20 09:58:04 +02:00
"header update"
This commit is contained in:
parent
b4540c337c
commit
aceef3f548
@ -1,26 +1,24 @@
|
|||||||
<?php
|
<?php
|
||||||
/**************************************************************************\
|
/**
|
||||||
* eGroupWare - eTemplates - process_exec *
|
* eGroupWare - eTemplates - Editor
|
||||||
* http://www.egroupware.org *
|
*
|
||||||
* Written by Ralf Becker <RalfBecker@outdoor-training.de> *
|
* @link http://www.egroupware.org
|
||||||
* -------------------------------------------- *
|
* @author Ralf Becker <RalfBecker-AT-outdoor-training.de>
|
||||||
* This program is free software; you can redistribute it and/or modify it *
|
* @package etemplate
|
||||||
* under the terms of the GNU General Public License as published by the *
|
* @copyright (c) 2002-8 by Ralf Becker <RalfBecker-AT-outdoor-training.de>
|
||||||
* Free Software Foundation; either version 2 of the License, or (at your *
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||||
* option) any later version. *
|
* @version $Id$
|
||||||
\**************************************************************************/
|
*/
|
||||||
|
|
||||||
/* $Id$ */
|
list($app) = explode('.',$_GET['menuaction']);
|
||||||
|
|
||||||
list($app) = explode('.',$_GET['menuaction']);
|
$GLOBALS['egw_info'] = array(
|
||||||
|
|
||||||
$GLOBALS['egw_info'] = array(
|
|
||||||
'flags' => array(
|
'flags' => array(
|
||||||
'currentapp' => $app,
|
'currentapp' => $app,
|
||||||
'noheader' => True,
|
'noheader' => True,
|
||||||
'nonavbar' => True,
|
'nonavbar' => True,
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
include('../header.inc.php');
|
include('../header.inc.php');
|
||||||
|
|
||||||
ExecMethod('etemplate.etemplate.process_exec');
|
ExecMethod('etemplate.etemplate.process_exec');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user