diff options
| author | ivan <ivan> | 2008-04-04 19:47:04 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2008-04-04 19:47:04 +0000 | 
| commit | 4c466cd798c37aa751c4411117c1b7feffaea7ff (patch) | |
| tree | 06073edde19f409547684f1b989b01c4c7500e80 /httemplate | |
| parent | 35e9ce1adad55c4e7b696a52107ae31773d77498 (diff) | |
sync with 1_7_BRANCH
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> | 
