source: trunk/jabberit_messenger/index.php @ 551

Revision 551, 707 bytes checked in by niltonneto, 15 years ago (diff)

resolve #358, #363, #365, #366

  • Property svn:executable set to *
Line 
1<?php
2        /*******************************************************
3         * Im - JabberIt
4         * Colaboradores : Alexandre Correia / Rodrigo Souza
5         *
6         * ****************************************************/
7
8        $GLOBALS['phpgw_info']['flags']['currentapp'] = 'jabberit_messenger';
9        $GLOBALS['phpgw_info']['flags']['jabberit_version'] = '0.7.10';
10
11        include("../header.inc.php");
12
13        $jabberit_version = $GLOBALS['phpgw_info']['flags']['jabberit_version'];
14       
15        $template = CreateObject('phpgwapi.Template', PHPGW_APP_TPL);
16        $template->set_file(Array('jabberit_messenger' => 'indexIM.tpl'));
17        $template->set_block('jabberit_messenger','index');
18        $template->pfp('out','index');
19
20        require_once "inc/jabberit_acl.inc.php";
21
22?>
Note: See TracBrowser for help on using the repository browser.