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

New sidebar, joined separate PHP blocks

This commit is contained in:
Gabor Hojtsy
2001-07-01 09:17:49 +00:00
parent 917742f0f8
commit 8d8d0016d4

View File

@@ -1,5 +1,21 @@
<?php
require_once 'prepend.inc';
$SIDEBAR_DATA = '
<h3>More Projects</h3>
<p>
If you are looking for more projects using PHP, go to the
<a href="/links.php">Links</a> page, and visit the sites
listed there.
</p>
<h3>Want to be listed here?</h3>
<p>
If you have a project you feel belongs on this list, submit it to
<a href="http://freshmeat.net/">freshmeat</a> and make sure to
categorize it in the "Programming Language : PHP" category.
</p>
';
commonHeader("Projects");
?>
<h1>
@@ -10,14 +26,13 @@ Projects using PHP
are using PHP as their main development tool. This is a listing of
some of the open-source PHP applications available, courtesy of
<a href="http://freshmeat.net/">freshmeat</a>. (Last updated:
<?echo date("M j, Y h:ia", filemtime("backend/projects.html"))?>.)</p>
<?php
<?echo hdelim(); ?>
echo date("M j, Y h:ia", filemtime("backend/projects.html"));
echo ".)</p>" . hdelim();
<?readfile("backend/projects.html");?>
readfile("backend/projects.html");
<p>If you have a project you feel belongs on this list, submit it to
<a href="http://freshmeat.net/">freshmeat</a> and make sure to categorize
it in the "Programming Language : PHP" category.</p>
commonFooter();
<?php commonFooter(); ?>
?>