Index: trunk/phase3/skins/Vector.php |
— | — | @@ -184,9 +184,6 @@ |
185 | 185 | </div> |
186 | 186 | <!-- /printfooter --> |
187 | 187 | <?php endif; ?> |
188 | | - <!-- debughtml --> |
189 | | - <?php $this->html( 'debughtml' ); ?> |
190 | | - <!-- /debughtml --> |
191 | 188 | <?php if ( $this->data['catlinks'] ): ?> |
192 | 189 | <!-- catlinks --> |
193 | 190 | <?php $this->html( 'catlinks' ); ?> |
— | — | @@ -198,6 +195,9 @@ |
199 | 196 | <!-- /dataAfterContent --> |
200 | 197 | <?php endif; ?> |
201 | 198 | <div class="visualClear"></div> |
| 199 | + <!-- debughtml --> |
| 200 | + <?php $this->html( 'debughtml' ); ?> |
| 201 | + <!-- /debughtml --> |
202 | 202 | </div> |
203 | 203 | <!-- /bodyContent --> |
204 | 204 | </div> |