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 *
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
10        include("../header.inc.php");
11
12        $jabberit_version = $GLOBALS['phpgw_info']['flags']['jabberit_version'];
13       
14        $template = CreateObject('phpgwapi.Template', PHPGW_APP_TPL);
15        $template->set_file(Array('jabberit_messenger' => 'indexIM.tpl'));
16        $template->set_block('jabberit_messenger','index');
17        $template->pfp('out','index');
18
19        $GLOBALS['phpgw']->common->phpgw_footer();
20
21?>
Note: See TracBrowser for help on using the repository browser.