Subversion-Projekte lars-tiefland.content-management

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
<html xmlns="http://www.w3.org/1999/xhtml">
3
<head>
4
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5
<title>Email_Safe Hilfe</title>
6
</head>
7
 
8
<body>
9
<?php
10
error_reporting(E_ALL & ~E_NOTICE);
11
ini_set("register_globals", "On");
12
 
13
require_once 'module/Email_Safe/Email_Safe.class.php';
14
 
15
$eSafe = &new Email_Safe();
16
 
17
foreach (array_keys($GLOBALS['fonts']) AS $elem) {
18
?>
19
	<image src="emailImage.php?email=38a6671db02f27a8b9373fb75f4e2b72&font=<?= $elem ?>&bgcolor=255,255,255&fontcolor=0,0,0&fromimage=0" border="0"><br />
20
<?
21
}
22
?>
23
</body>
24
</html>