phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: etemplate/doc/et_media index.php,1.1,1.2


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: etemplate/doc/et_media index.php,1.1,1.2
Date: Sun, 02 Jun 2002 18:04:10 -0400

Update of /cvsroot/phpgroupware/etemplate/doc/et_media
In directory subversions:/tmp/cvs-serv14387

Modified Files:
        index.php 
Log Message:
changed for new standard of index.php file

Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/doc/et_media/index.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** index.php   18 Feb 2002 16:04:23 -0000      1.1
--- index.php   2 Jun 2002 22:04:06 -0000       1.2
***************
*** 1,3 ****
--- 1,16 ----
  <?php
+       
/**************************************************************************\
+       * phpGroupWare - eTemplates - Example App et_media                      
   *
+       * http://www.phpgroupware.org                                           
   *
+       * Written by Ralf Becker <address@hidden>                  *
+       * --------------------------------------------                          
   *
+       *  This program is free software; you can redistribute it and/or modify 
it *
+       *  under the terms of the GNU General Public License as published by 
the   *
+       *  Free Software Foundation; either version 2 of the License, or (at 
your  *
+       *  option) any later version.                                           
   *
+       
\**************************************************************************/
+ 
+       /* $Id$ */
+ 
        $GLOBALS['phpgw_info']['flags'] = array(
                'currentapp'    => 'et_media',
***************
*** 7,13 ****
        include('../header.inc.php');
  
!       $et_media = CreateObject('et_media.et_media');
! 
!       $et_media->edit();
! 
!       $GLOBALS['phpgw']->common->phpgw_footer();
--- 20,23 ----
        include('../header.inc.php');
  
!       header('Location: 
'.$GLOBALS['phpgw']->link('/index.php','menuaction=et_media.et_media.edit'));
!       $GLOBALS['phpgw']->common->phpgw_exit();




reply via email to

[Prev in Thread] Current Thread [Next in Thread]