call JS onload hooks at the end of the html body in all skins
[lhc/web/wiklou.git] / skins / MonoBook.php
index 9532eab..81e9236 100644 (file)
@@ -265,7 +265,8 @@ class MonoBookTemplate extends QuickTemplate {
 ?>
                        </ul>
                </div>
-       <script type="text/javascript"> if (window.runOnloadHook) runOnloadHook();</script>
+               
+       <?php $this->html('bottomscripts'); /* JS call to runBodyOnloadHook */ ?>
 </div>
 <?php $this->html('reporttime') ?>