diff options
author | ivan <ivan> | 2007-08-04 01:57:57 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-08-04 01:57:57 +0000 |
commit | 4f7a1a2921aa875b27531a78a81716a07b47b0fa (patch) | |
tree | 89b18d58338ccae1db9257023ba25f30eb12ad97 /httemplate/elements | |
parent | 4a893caca8b2fa455ec4da12d54b890c10edec9d (diff) |
point 1.9 to 1.9 documentation
Diffstat (limited to 'httemplate/elements')
-rw-r--r-- | httemplate/elements/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/header.html b/httemplate/elements/header.html index 9502ba46b..d99d37517 100644 --- a/httemplate/elements/header.html +++ b/httemplate/elements/header.html @@ -56,7 +56,7 @@ <td align=right BGCOLOR="#ffffff"> <FONT SIZE="-2"> <A HREF="http://www.sisd.com/freeside">Freeside</A> v<% $FS::VERSION %><BR> - <A HREF="<% $conf->config('support-key') ? "http://www.sisd.com/mediawiki/index.php/Supported:Documentation" : "http://www.sisd.com/mediawiki/index.php/Freeside:1.7:Documentation" %>">Documentation</A><BR> + <A HREF="<% $conf->config('support-key') ? "http://www.sisd.com/mediawiki/index.php/Supported:Documentation" : "http://www.sisd.com/mediawiki/index.php/Freeside:1.9:Documentation" %>">Documentation</A><BR> </FONT> </td> % if ( $conf->config('ticket_system') eq 'RT_Internal' ) { |