enable CardFortress in test database, #71513
[freeside.git] / httemplate / elements / about_freeside.html
1 <FONT SIZE="-2" STYLE="color:#999999">
2   <% include('/elements/popup_link.html',
3                'action'      => $fsurl.'docs/about.html',
4                'label'       => 'Freeside',
5                'style'       => 'color:#999999',
6                'actionlabel' => 'About',
7                'width'       => 300,
8                'height'      => 360,
9                'color'       => '#7e0079',
10                'scrolling'   => 'no',
11             ) |n
12  %>&nbsp;v<% $FS::VERSION %><BR>
13  <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" STYLE="color:#999999">Documentation</A>
14 </FONT>
15 <%init>
16
17 my $conf = new FS::Conf;
18
19 </%init>