From 70569273833d91085c6c562865a78a08ddde49a1 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 8 Jul 2009 11:12:46 +0000 Subject: borg RT menus, RT#1169 --- httemplate/elements/about_rt.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 httemplate/elements/about_rt.html (limited to 'httemplate/elements/about_rt.html') diff --git a/httemplate/elements/about_rt.html b/httemplate/elements/about_rt.html new file mode 100644 index 000000000..e3ee140c9 --- /dev/null +++ b/httemplate/elements/about_rt.html @@ -0,0 +1,13 @@ +% if ( $conf->config('ticket_system') eq 'RT_Internal' ) { +% eval "use RT;"; + + + RT v<% $RT::VERSION %>
+
Documentation +
+% } +<%init> + +my $conf = new FS::Conf; + + -- cgit v1.2.1