source: trunk/expressoCalendar/index.php @ 5341

Revision 5341, 482 bytes checked in by wmerlotto, 12 years ago (diff)

Ticket #2434 - Commit inicial do novo módulo de agenda do Expresso - expressoCalendar

Line 
1<?php
2       
3//        $phpgw_flags = Array(
4//              'currentapp'    =>      'expressoCalendar',
5//              'noheader'      =>      false,
6//              'nonavbar'      =>      false,
7//              'noappheader'   =>      false,
8//              'noappfooter'   =>      false,
9//              'nofooter'      =>      false
10//      );
11//
12//      $GLOBALS['phpgw_info']['flags'] = $phpgw_flags;
13//
14//      include('../header.inc.php');
15//      $GLOBALS['phpgw']->common->phpgw_exit();
16       
17        header('location:../prototype/modules/calendar/index.php');
18?>
Note: See TracBrowser for help on using the repository browser.