[Rt-commit] [svn] r1326 - rt/branches/3.2-RELEASE/html/Elements

alexmv at pallas.eruditorum.org alexmv at pallas.eruditorum.org
Tue Aug 10 15:39:00 EDT 2004


Author: alexmv
Date: Tue Aug 10 15:38:59 2004
New Revision: 1326

Modified:
   rt/branches/3.2-RELEASE/html/Elements/Header
Log:
 * Add callback in header proper, to allow injection of style and script tags


Modified: rt/branches/3.2-RELEASE/html/Elements/Header
==============================================================================
--- rt/branches/3.2-RELEASE/html/Elements/Header	(original)
+++ rt/branches/3.2-RELEASE/html/Elements/Header	Tue Aug 10 15:38:59 2004
@@ -65,6 +65,7 @@
     }
 }   
 </script>
+<& /Elements/Callback, _CallbackName => 'Head', %ARGS &>
 </HEAD>
 <BODY BGCOLOR="<%$BgColor%>"
 % if ($Focus) {


More information about the Rt-commit mailing list