[Rt-commit] r6988 - rtir/branches/2.2-TESTING/html/RTIR/Elements

ruz at bestpractical.com ruz at bestpractical.com
Tue Feb 13 09:31:16 EST 2007


Author: ruz
Date: Tue Feb 13 09:31:15 2007
New Revision: 6988

Modified:
   rtir/branches/2.2-TESTING/html/RTIR/Elements/Header

Log:
* add RTIR's name instead of rt's one to header

Modified: rtir/branches/2.2-TESTING/html/RTIR/Elements/Header
==============================================================================
--- rtir/branches/2.2-TESTING/html/RTIR/Elements/Header	(original)
+++ rtir/branches/2.2-TESTING/html/RTIR/Elements/Header	Tue Feb 13 09:31:15 2007
@@ -21,4 +21,8 @@
 %# inclusion in the work.
 %# 
 %# 
-<& /Elements/Header, URL => RT->Config->Get('WebPath')."/RTIR/index.html", %ARGS &>
+<& /Elements/Header,
+    URL  => RT->Config->Get('WebPath') ."/RTIR/index.html",
+    Name => loc("RTIR for [_1]", RT->Config->Get('rtirname')),
+    %ARGS
+&>


More information about the Rt-commit mailing list