mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-30 11:53:57 +01:00
14 lines
271 B
PHP
14 lines
271 B
PHP
<?php
|
|
$GLOBALS['phpgw_info']['flags'] = array(
|
|
'currentapp' => 'et_media',
|
|
'noheader' => True,
|
|
'nonavbar' => True
|
|
);
|
|
include('../header.inc.php');
|
|
|
|
$et_media = CreateObject('et_media.et_media');
|
|
|
|
$et_media->edit();
|
|
|
|
$GLOBALS['phpgw']->common->phpgw_footer();
|