[Rt-commit] r18747 - rt/3.999/trunk/share/html/Elements
    jesse at bestpractical.com 
    jesse at bestpractical.com
       
    Mon Mar  9 13:37:48 EDT 2009
    
    
  
Author: jesse
Date: Mon Mar  9 13:37:47 2009
New Revision: 18747
Modified:
   rt/3.999/trunk/share/html/Elements/Footer
Log:
fix copyright year
Modified: rt/3.999/trunk/share/html/Elements/Footer
==============================================================================
--- rt/3.999/trunk/share/html/Elements/Footer	(original)
+++ rt/3.999/trunk/share/html/Elements/Footer	Mon Mar  9 13:37:47 2009
@@ -56,8 +56,7 @@
 %}
   <p id="bpscredits">
     <span>
-% $m->print( _('%1 RT %2 Copyright 1996-%3 %4.', '»|«', $RT::VERSION, '2008', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>' ) );
-%#<&|/l, '»|«', $RT::VERSION, '2008', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>', &>[%1] RT [%2] Copyright 1996-[%3] [%4].</&>
+% $m->print( _('%1 RT %2 Copyright 1996-%3 %4.', '»|«', $RT::VERSION, '2009', '<a href="http://www.bestpractical.com?rt='.$RT::VERSION.'">Best Practical Solutions, LLC</a>' ) );
 </span>
 </p>
 % if (!$menu) {
    
    
More information about the Rt-commit
mailing list