blob: bdc851959dca8e2e31efaa8513eda7568888db7b (
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>
|