1
0
mirror of https://github.com/php/web-php.git synced 2026-03-29 10:42:23 +02:00
Files
archived-web-php/new/dev.php3
Rasmus Lerdorf 942a3cc627 Moving lots of stuff into new interface
Colin, could we change the "in the News" button to "Sites"?  I figure
imporant news will go on the front page anyway.

And, could you have a look at the sites page?  At the very least we should
match up the blue colour, but I bet you have a cooler-looking way of
putting up these URL's!
1998-03-04 03:28:27 +00:00

12 lines
210 B
PHP

<?
require("shared.inc");
commonHeader("Development Resources");
?>
<ul>
<li><a href="cvsweb.cgi">Web-based view of CVS development tree</a>
<li><a href="bugs.php3">Bug Database</a>
</ul>
<?
commonFooter();
?>