diff options
author | floam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-11-11 19:37:10 +0000 |
---|---|---|
committer | floam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-11-11 19:37:10 +0000 |
commit | 740a32bde45aa64faf905eaec13283eb53ee62ec (patch) | |
tree | 72da2e7fbf9b1a9d0c8469201e7a50d4464aab63 /web/index.php | |
parent | 786234f6f2ea42a981c3a7d01d153e58faa2af4a (diff) | |
download | ioquake3-aero-740a32bde45aa64faf905eaec13283eb53ee62ec.tar.gz ioquake3-aero-740a32bde45aa64faf905eaec13283eb53ee62ec.zip |
Add SVN link to top bar.
git-svn-id: svn://svn.icculus.org/quake3/trunk@327 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'web/index.php')
-rw-r--r-- | web/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/index.php b/web/index.php index 9bbd0cb..b0d2267 100644 --- a/web/index.php +++ b/web/index.php @@ -25,6 +25,7 @@ foreach ($navlist as $file => $alias) { echo "</li>\n"; } ?> + <li><a href="http://svn.icculus.org/quake3/trunk">Subvesion Web</a></li> </ul> <div id="content"> <?php include_safe("$page.php"); ?> |