apply initial-fixes-make-compatible-with-Debian-Ubuntu-php from https://github.com/zedzedtop/mailzu
This commit is contained in:
8
help.php
8
help.php
@@ -21,10 +21,10 @@ echo "<?xml version=\"1.0\" encoding=\"$charset\"?" . ">\n";
|
||||
?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?=$languages[$lang][2]?>" lang="<?=$languages[$lang][2]?>">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $languages[$lang][2]?>" lang="<?=$languages[$lang][2]?>">
|
||||
<head>
|
||||
<title>MailZu <?=translate('Help')?></title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=<?=$charset?>" />
|
||||
<title>MailZu <?php echo translate('Help')?></title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $charset?>" />
|
||||
<style type="text/css">
|
||||
<!--
|
||||
li {
|
||||
@@ -60,7 +60,7 @@ a:hover {
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<?
|
||||
<?php
|
||||
$help_file = 'lang/' . $languages[$lang][2] . '.help.php';
|
||||
if (file_exists($help_file)) {
|
||||
include_once($help_file);
|
||||
|
||||
Reference in New Issue
Block a user