blob: e3ee140c9c2387ee06b64e794075e99e8ee59c3a (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
 | % if ( $conf->config('ticket_system') eq 'RT_Internal' ) { 
% eval "use RT;"; 
<FONT SIZE="-2" STYLE="color:#999999">
   <A HREF="http://www.bestpractical.com/rt" TARGET="_blank" STYLE="color:#999999">RT<A> v<% $RT::VERSION %><BR>
   <A HREF="http://wiki.bestpractical.com/" TARGET="_blank" STYLE="color:#999999">Documentation</A>
</FONT>
% } 
<%init>
my $conf = new FS::Conf;
</%init>
 |