phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] felamimail/inc hook_help.inc.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] felamimail/inc hook_help.inc.php
Date: Tue, 06 Mar 2007 15:01:14 +0000

CVSROOT:        /sources/phpgroupware
Module name:    felamimail
Changes by:     Sigurd Nes <sigurdne>   07/03/06 15:01:14

Added files:
        inc            : hook_help.inc.php 

Log message:
        new manual

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/felamimail/inc/hook_help.inc.php?cvsroot=phpgroupware&rev=1.1

Patches:
Index: hook_help.inc.php
===================================================================
RCS file: hook_help.inc.php
diff -N hook_help.inc.php
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ hook_help.inc.php   6 Mar 2007 15:01:13 -0000       1.1
@@ -0,0 +1,47 @@
+<?php
+       /**
+       * phpGroupWare - felamimail
+       *
+       * @author Lars Kneschke <address@hidden>
+       * @copyright Copyright (C) 2003,2004,2005,2006,2007 Free Software 
Foundation, Inc. http://www.fsf.org/
+       * This file is part of phpGroupWare.
+       *
+       * phpGroupWare is free software; you can redistribute it and/or modify
+       * it under the terms of the GNU General Public License as published by
+       * the Free Software Foundation; either version 2 of the License, or
+       * (at your option) any later version.
+       *
+       * phpGroupWare is distributed in the hope that it will be useful,
+       * but WITHOUT ANY WARRANTY; without even the implied warranty of
+       * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+       * GNU General Public License for more details.
+       *
+       * You should have received a copy of the GNU General Public License
+       * along with phpGroupWare; if not, write to the Free Software
+       * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 
 USA
+       *
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package felamimail
+       * @subpackage manual
+       * @version $Id: hook_help.inc.php,v 1.1 2007/03/06 15:01:13 sigurdne 
Exp $
+       */
+
+
+       /**
+        * Description
+        */
+
+       include(PHPGW_SERVER_ROOT.'/'.'felamimail'.'/setup/setup.inc.php');
+
+       $GLOBALS['phpgw']->help->set_params(array('app_name'            => 
'felamimail',
+                                                                               
                'title'                 => lang('felamimail'),
+                                                                               
                'app_version'   => $setup_info['felamimail']['version']));
+       $GLOBALS['phpgw']->help->data[] = array
+       (
+               'text'                                  => lang('overview'),
+               'link'                                  => 
$GLOBALS['phpgw']->help->check_help_file('overview.odt'),
+               'lang_link_statustext'  => lang('overview')
+       );
+
+       $GLOBALS['phpgw']->help->draw();
+?>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]