Reworked the summary page to flow through the main header/footer logic. NOTE: you...
[citadel.git] / webcit / static / t / trailing.html
index c18a0d6e9d093f7345843967736d0376153cd3c0..e15fc9b8cda78b377f21043c95aac76c3925c376 100644 (file)
 <noscript><div id="noscript_warning">
        <?_("WARNING: You have JavaScript disabled in your web browser.  Many functions of this system will not work properly.")>
        </div></noscript>
-       <script type="text/javascript"><?TRAILING_JAVASCRIPT></script>
+       <script type="text/javascript">
+               <?TRAILING_JAVASCRIPT>
+               if ( $("room_banner_override") && $("room_banner") ) {
+                       $("room_banner").innerHTML = $("room_banner_override").innerHTML;
+               }
+       </script>
 </body>
 </html>