1
0
mirror of https://github.com/php/web-php.git synced 2026-03-29 18:52:08 +02:00
Files
archived-web-php/version4/logos.php
1999-07-23 14:35:58 +00:00

25 lines
758 B
PHP

<?
require("shared.inc");
commonHeader("PHP 4.0 Logos");
echo "\n<!--$MYSITE-->\n";
?>
<table border="0" width="64%" cellpadding="5">
<tr>
<td width="67%"><b>PHP 4.0 Logo</b></td>
<td width="50%">
<p align="center"><img border="0" src="logos/php4-small.gif" align="middle" width="143" height="65"></td>
</tr>
<tr>
<td width="67%"><b>PHP 4.0 with Zend Logo </b></td>
<td width="50%">
<p align="center"><img border="0" src="logos/php4zend-small.gif" align="middle" width="143" height="65"></td>
</tr>
<tr>
<td width="67%"><b>Powered by Zend logo</b></td>
<td width="50%">
<p align="center"><img border="0" src="logos/zend-powered-by.gif" width="100" height="58"></td>
</tr>
</table>
<? commonFooter(); ?>