1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Kill off XHTML

Long live HTML5! =)
This commit is contained in:
Michael
2014-06-04 19:39:27 +02:00
parent 658b07ce3d
commit 5bfef25e70
63 changed files with 765 additions and 764 deletions

View File

@@ -14,18 +14,18 @@ site_header("PHP Software", array("current" => "help"));
<p>
<?php echo make_image("logos/php-icon-white.gif", $alt = "php.net", "left") ?>&nbsp;
<a href="http://php.net/">php.net</a><br />
&nbsp;Main site for the PHP project.<br clear="left" />
<a href="http://php.net/">php.net</a><br>
&nbsp;Main site for the PHP project.<br clear="left">
</p>
<p>
<?php echo make_image("pear-icon.png", $alt = "pear.php.net", "left") ?>&nbsp;
<a href="http://pear.php.net/">pear.php.net</a><br />
&nbsp;The PEAR project where you can find reusable components for PHP .<br clear="left" />
<a href="http://pear.php.net/">pear.php.net</a><br>
&nbsp;The PEAR project where you can find reusable components for PHP .<br clear="left">
</p>
<p>
<?php echo make_image("pecl-icon.png", $alt = "pecl.php.net", "left") ?>&nbsp;
<a href="http://pecl.php.net/">pecl.php.net</a><br />
&nbsp;The PECL project where you can find PHP extensions.<br clear="left" />
<a href="http://pecl.php.net/">pecl.php.net</a><br>
&nbsp;The PECL project where you can find PHP extensions.<br clear="left">
</p>
<?php site_footer();