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:
12
software.php
12
software.php
@@ -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") ?>
|
||||
<a href="http://php.net/">php.net</a><br />
|
||||
Main site for the PHP project.<br clear="left" />
|
||||
<a href="http://php.net/">php.net</a><br>
|
||||
Main site for the PHP project.<br clear="left">
|
||||
</p>
|
||||
<p>
|
||||
<?php echo make_image("pear-icon.png", $alt = "pear.php.net", "left") ?>
|
||||
<a href="http://pear.php.net/">pear.php.net</a><br />
|
||||
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>
|
||||
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") ?>
|
||||
<a href="http://pecl.php.net/">pecl.php.net</a><br />
|
||||
The PECL project where you can find PHP extensions.<br clear="left" />
|
||||
<a href="http://pecl.php.net/">pecl.php.net</a><br>
|
||||
The PECL project where you can find PHP extensions.<br clear="left">
|
||||
</p>
|
||||
|
||||
<?php site_footer();
|
||||
|
||||
Reference in New Issue
Block a user