[Rt-commit] r2928 - in rt/branches/PLATANO-EXPERIMENTAL-CSS: .
html/Elements
jesse at bestpractical.com
jesse at bestpractical.com
Sun May 22 18:39:50 EDT 2005
Author: jesse
Date: Sun May 22 18:39:49 2005
New Revision: 2928
Modified:
rt/branches/PLATANO-EXPERIMENTAL-CSS/ (props changed)
rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/PageLayout
Log:
r17004 at hualien: jesse | 2005-05-22 17:15:44 -0400
r16995 at hualien: jesse | 2005-05-22 17:01:13 -0400
r16988 at hualien: jesse | 2005-05-22 16:58:36 -0400
r16891 at hualien: jesse | 2005-05-16 17:48:02 -0400
* Adding a new "top of page" callback
Modified: rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/PageLayout
==============================================================================
--- rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/PageLayout (original)
+++ rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/PageLayout Sun May 22 18:39:49 2005
@@ -78,6 +78,7 @@
<& /Elements/Menu, toptabs => $toptabs, current_toptab => $current_toptab &>
</div>
<div class="mainbody">
+<& /Elements/Callback, __CallbackName => 'BeforeBody', %ARGS &>
%$m->flush_buffer(); # we've got the page laid out, let's flush the buffer;
<%INIT>
More information about the Rt-commit
mailing list