source: trunk/help/index.php @ 1100

Revision 1100, 1.1 KB checked in by niltonneto, 15 years ago (diff)

Ticket #475 - Preparação do link Sugestões para usar vários templates.

Line 
1<?php
2        /**************************************************************************\
3        * eGroupWare - Online User manual                                          *
4        * http://www.eGroupWare.org                                                *
5        * Written and (c) by RalfBecker@outdoor-training.de                        *
6        * --------------------------------------------                             *
7        *  This program is free software; you can redistribute it and/or modify it *
8        *  under the terms of the GNU General Public License as published by the   *
9        *  Free Software Foundation; either version 2 of the License, or (at your  *
10        *  option) any later version.                                              *
11        \**************************************************************************/
12
13        /* $Id: index.php,v 1.13 2004/04/13 08:19:10 ralfbecker Exp $ */
14
15$GLOBALS['phpgw_info']['flags'] = array(
16                                        'currentapp' => 'help',
17                                        'nonavbar'   => true,
18                                        'noheader'   => true,
19                                        );
20
21include('../header.inc.php');
22ExecMethod('help.uihelp.viewHelp');
23//      $GLOBALS['phpgw']->common->phpgw_footer();
24?>
Note: See TracBrowser for help on using the repository browser.