source: trunk/jabberit_messenger/index.php @ 1767

Revision 1767, 644 bytes checked in by alexandrecorreia, 14 years ago (diff)

Ticket #808 - Busca implementada utilizando somente os grupos cadastrados.

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