source: trunk/expressoCalendar/index.php @ 7857

Revision 7857, 1.1 KB checked in by angelo, 11 years ago (diff)

Ticket #3339 - Tela de criacao de eventos e tarefas via email estao desajustadas

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