source: trunk/expressoCalendar/index.php @ 7642

Revision 7642, 1018 bytes checked in by angelo, 11 years ago (diff)

Ticket #3320 - Reduzir tempo de carregamento do Expresso Calendar - Primeira versao

RevLine 
[5341]1<?php
[6801]2
[5399]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' );
[5764]11       
12        require_once (dirname(__FILE__).'/../header.inc.php');
13       
[5399]14        $_SESSION['flags']['currentapp'] = 'expressoCalendar';
[7642]15 
[5399]16        define( 'MODULESURL' , '../prototype/modules/calendar' );
17        define( 'PLUGINSURL' , '../prototype/plugins' );
[7642]18  include ROOTPATH.'/modules/calendar/templates/index.ejs';
19  echo '<script type="text/javascript" src="../prototype/modules/calendar/assetic.php"></script>';     
[5341]20?>
Note: See TracBrowser for help on using the repository browser.