borg RT menus, RT#1169
[freeside.git] / httemplate / elements / about_rt.html
1 % if ( $conf->config('ticket_system') eq 'RT_Internal' ) { 
2 % eval "use RT;"; 
3
4 <FONT SIZE="-2" STYLE="color:#999999">
5    <A HREF="http://www.bestpractical.com/rt" TARGET="_blank" STYLE="color:#999999">RT<A>&nbsp;v<% $RT::VERSION %><BR>
6    <A HREF="http://wiki.bestpractical.com/" TARGET="_blank" STYLE="color:#999999">Documentation</A>
7 </FONT>
8 % } 
9 <%init>
10
11 my $conf = new FS::Conf;
12
13 </%init>