Subversion-Projekte lars-tiefland.content-management

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Email_Safe Hilfe</title>
</head>

<body>
<?php
error_reporting(E_ALL & ~E_NOTICE);
ini_set("register_globals", "On");

require_once 'module/Email_Safe/Email_Safe.class.php';

$eSafe = &new Email_Safe();

foreach (array_keys($GLOBALS['fonts']) AS $elem) {
?>
        <image src="emailImage.php?email=38a6671db02f27a8b9373fb75f4e2b72&font=<?= $elem ?>&bgcolor=255,255,255&fontcolor=0,0,0&fromimage=0" border="0"><br />
<?
}
?>
</body>
</html>