diff options
Diffstat (limited to 'httemplate')
| -rw-r--r-- | httemplate/elements/header.html | 18 | 
1 files changed, 9 insertions, 9 deletions
| diff --git a/httemplate/elements/header.html b/httemplate/elements/header.html index 5362b0bee..8527d26a5 100644 --- a/httemplate/elements/header.html +++ b/httemplate/elements/header.html @@ -62,15 +62,15 @@              <tr>                <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', -                           ) +                  <% include('/elements/popup_link.html', +                               '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.9:Documentation" %>" TARGET="_blank">Documentation</A><BR>                  </FONT> | 
