diff options
author | Adam Bellinson <thread@gentoo.org> | 2001-07-28 20:07:17 +0000 |
---|---|---|
committer | Adam Bellinson <thread@gentoo.org> | 2001-07-28 20:07:17 +0000 |
commit | c19ed211e69ca0a56a1fa70e4b34627653ab7a4c (patch) | |
tree | 3d9c2e92015a6972e1c57fd3c14eafe052197920 /app-doc | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-c19ed211e69ca0a56a1fa70e4b34627653ab7a4c.tar.gz gentoo-2-c19ed211e69ca0a56a1fa70e4b34627653ab7a4c.tar.bz2 gentoo-2-c19ed211e69ca0a56a1fa70e4b34627653ab7a4c.zip |
*** empty log message ***
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/gentoo-web/files/wiki/functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-doc/gentoo-web/files/wiki/functions.php b/app-doc/gentoo-web/files/wiki/functions.php index 618eeb235620..29db21bea4c2 100644 --- a/app-doc/gentoo-web/files/wiki/functions.php +++ b/app-doc/gentoo-web/files/wiki/functions.php @@ -58,7 +58,7 @@ global $uid, $dbusername; ?> <table width="100%" height=96 border=0 cellpadding=0 cellspacing=0> <tr> - <td align="left"><img src="images/title.gif" width=292 height=96 alt="gentoo linux dev-wiki"></td> + <td align="left"><a href="http://cvs.gentoo.org/wiki/"><img src="images/title.gif" width=292 height=96 alt="gentoo linux dev-wiki"></a></td> <td align="right" background="images/titlebg.gif" width="100%" valign="top"><?php if ( $uid ) { print "<p style=\"margin:0;padding:5px 5px 0 0;color:#e0e0e0;\">Logged in as $dbusername.<br><a href=\"index.php?action=logout\"><img src=\"images/logout.gif\" border=0></a></p>"; } else { print ' '; } ?></td> |