summaryrefslogtreecommitdiff
path: root/rt/html/Elements/Footer
diff options
context:
space:
mode:
Diffstat (limited to 'rt/html/Elements/Footer')
-rw-r--r--rt/html/Elements/Footer2
1 files changed, 2 insertions, 0 deletions
diff --git a/rt/html/Elements/Footer b/rt/html/Elements/Footer
index 4c90acfa3..78a116f38 100644
--- a/rt/html/Elements/Footer
+++ b/rt/html/Elements/Footer
@@ -50,6 +50,7 @@
<td>
% }
<& /Elements/Callback, %ARGS &>
+<!--
<div class="bpscredits">
<&|/l, '&#187;&#124;&#171;', $RT::VERSION, '2005', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>', &>[_1] RT [_2] Copyright 1996-[_3] [_4].</&><br>
% if (!$Menu) {
@@ -57,6 +58,7 @@
<&|/l, '<a href="mailto:sales@bestpractical.com">sales@bestpractical.com</a>' &>To inquire about support, training, custom development or licensing, please contact [_1].</&><br>
% }
</div>
+-->
% if ($Debug >= 2 ) {
% require Data::Dumper;
% my $d = Data::Dumper->new([\%ARGS], [qw(%ARGS)]);