aboutsummaryrefslogtreecommitdiff
path: root/htdocs/developer.php
diff options
context:
space:
mode:
authorGuenter Geiger <ggeiger@users.sourceforge.net>2004-10-19 11:55:43 +0000
committerGuenter Geiger <ggeiger@users.sourceforge.net>2004-10-19 11:55:43 +0000
commit92976c4f54530028fa67b8b4dcd26b6a625cfb27 (patch)
tree04e4fe6ccfcb9891af8b28489efee32c891250c4 /htdocs/developer.php
parentf6e997f1a58ded352900fb3dcf2db32c4597e56e (diff)
Again commiting the version from the web (commited the processed files the last time ..argh)
svn path=/trunk/; revision=2126
Diffstat (limited to 'htdocs/developer.php')
-rw-r--r--htdocs/developer.php22
1 files changed, 3 insertions, 19 deletions
diff --git a/htdocs/developer.php b/htdocs/developer.php
index 25adf5b9..39806f02 100644
--- a/htdocs/developer.php
+++ b/htdocs/developer.php
@@ -11,23 +11,10 @@
<div id="Menu">
-| <a href="index.php" title=""><b>Introduction</b></a><br>
-| <a href="download.php" title=""><b>Download</b></a><br>
-| <a href="documentation.php" title=""><b>Documentation</b></a><br>
-| <a href="developer.php" title=""><b>Developers</b></a><br>
-| <a href="http://pure-data.info/community/lists/"><b>Mailing Lists</b></a><br>
-| <a href="contact.php" title=""><b>Contact</b></a><br>
-| <a href="http://sourceforge.net/projects/pure-data" title=""><b>Project Page</b></a><br>
-| <a href="http://puredata.info" title""><b>Community Site</b></a><br>
-
-<br>
+<?php include('menu.inc'); ?>
<br>
-<span class="quote">
-<b>Tip of the month</b><br />
-When working on a patch, it's often best to stay in edit mode and use the CTRL key to modify any parameters.
<br>
-<a href="http://www.gamasutra.com/resource_guide/20030528/paul_01.shtml">Leonard J. Paul</a>
-</span>
+<?php include('quote.inc'); ?>
</div>
<div id="Content">
@@ -170,10 +157,7 @@ href="http://www.cvshome.org/docs/blandy.html">introduction</A> about using
CVS.
-
-<BR>
-<P CLASS="small">
-Last Modified: June 01 2004 15:41:07 GMT</P>
+<?php include('lastmodified.inc'); ?>
</div>