diff options
author | ivan <ivan> | 2008-04-04 19:47:06 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-04-04 19:47:06 +0000 |
commit | 42cfb6ec8071d25a1b30ca31032ad0d3f98795dc (patch) | |
tree | 526f6eb68cd0c3590f0483fa8b479f54c0bfb848 | |
parent | f92e0b5d3081f81f9e9b8331255353c1d461210e (diff) |
sync with HEAD
-rw-r--r-- | httemplate/elements/header.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/httemplate/elements/header.html b/httemplate/elements/header.html index 8e1d8364a..0cfbaa2a2 100644 --- a/httemplate/elements/header.html +++ b/httemplate/elements/header.html @@ -63,14 +63,14 @@ <td align=right BGCOLOR="#ffffff"> <FONT SIZE="-2"> <% include('/elements/popup_link.html', - 'action' => $fsurl.'docs/about.html', - 'label' => 'Freeside', - 'actionlabel' => 'About', - 'width' => 300, - 'height' => 360, - 'color' => '#7e0079', - 'scrolling' => 'no', - ) + 'action' => $fsurl.'docs/about.html', + 'label' => 'Freeside', + 'actionlabel' => 'About', + 'width' => 300, + 'height' => 360, + 'color' => '#7e0079', + 'scrolling' => 'no', + ) %> v<% $FS::VERSION %><BR> <A HREF="<% $conf->config('support-key') ? "http://www.freeside.biz/mediawiki/index.php/Supported:Documentation" : "http://www.freeside.biz/mediawiki/index.php/Freeside:1.7:Documentation" %>" TARGET="_blank">Documentation</A><BR> </FONT> |