source: trunk/jabberit_messenger/index.php @ 697

Revision 697, 709 bytes checked in by niltonneto, 15 years ago (diff)

Fechamento das ocorrências referentes à versão 0.7.11

  • 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.11';
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        $GLOBALS['phpgw']->common->phpgw_footer();
21
22?>
Note: See TracBrowser for help on using the repository browser.