3 * This is the pop-up help file for the system
4 * This function simply prints out an HTML help file for
6 * @author Nick Korbel <lqqkout13@users.sourceforge.net>
8 * @package phpScheduleIt
10 * Copyright (C) 2003 - 2005 phpScheduleIt
11 * License: GPL, see LICENSE
14 include_once('config/config.php');
20 echo "<?xml version=\"1.0\" encoding=\"$charset\"?" . ">\n";
22 <!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
23 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
24 <html xmlns
="http://www.w3.org/1999/xhtml" xml
:lang
="<?=$languages[$lang][2]?>" lang
="<?=$languages[$lang][2]?>">
26 <title
>MailZu
<?
=translate('Help')?
></title
>
27 <meta http
-equiv
="Content-Type" content
="text/html; charset=<?=$charset?>" />
28 <style type
="text/css">
38 font
-family
: Verdana
, Arial
, Helvetica
, sans
-serif
;
43 background
-color
: #F0F0F0;
64 $help_file = 'lang/' . $languages[$lang][2] . '.help.php';
65 if (file_exists($help_file)) {
66 include_once($help_file);
69 include_once('lang/en.help.php');