Index: trunk/phase3/skins/Vector.php |
— | — | @@ -549,10 +549,10 @@ |
550 | 550 | <div style="clear:both"></div> |
551 | 551 | </div> |
552 | 552 | <!-- /footer --> |
| 553 | + <?php $this->html( 'bottomscripts' ); /* JS call to runBodyOnloadHook */ ?> |
553 | 554 | <!-- fixalpha --> |
554 | 555 | <script type="<?php $this->text('jsmimetype') ?>"> if ( window.isMSIE55 ) fixalpha(); </script> |
555 | 556 | <!-- /fixalpha --> |
556 | | - <?php $this->html( 'bottomscripts' ); /* JS call to runBodyOnloadHook */ ?> |
557 | 557 | <?php $this->html( 'reporttime' ) ?> |
558 | 558 | <?php if ( $this->data['debug'] ): ?> |
559 | 559 | <!-- Debug output: <?php $this->text( 'debug' ); ?> --> |