source: trunk/expressoCalendar/index.php @ 5399

Revision 5399, 898 bytes checked in by cristiano, 12 years ago (diff)

Ticket #2434 - Alteração da estrutura de diretórios da nova API

Line 
1<?php
2       
3        $GLOBALS['phpgw_info']['flags'] = Array(   'currentapp'    =>      'expressoCalendar',
4                                                   'noheader'      =>      false,
5                                                   'nonavbar'      =>      false,
6                                                   'noappheader'   =>      true,
7                                                   'noappfooter'   =>      true,
8                                                   'nofooter'      =>      true  );
9                                                 
10        require_once( dirname(__FILE__).'/../prototype/api/config.php' );
11        Config::init(true);
12        $_SESSION['flags']['currentapp'] = 'expressoCalendar';
13
14        define( 'MODULESURL' , '../prototype/modules/calendar' );
15        define( 'PLUGINSURL' , '../prototype/plugins' );
16       
17        include ROOTPATH.'/modules/calendar/templates/index.ejs';
18   
19       
20       
21?>
Note: See TracBrowser for help on using the repository browser.