removed superfluos html elements

This commit is contained in:
giomba 2021-05-09 21:41:04 +02:00
parent 2b132de23b
commit cf34ef1acb
1 changed files with 1 additions and 7 deletions

View File

@ -166,13 +166,7 @@ class VectorTemplate extends BaseTemplate {
</div>
<div id="mw-panel">
<div id="left-navigation">
<?php $this->renderNavigation( [ 'NAMESPACES', 'VARIANTS' ] ); ?>
</div>
<div id="right-navigation">
<?php $this->renderNavigation( [ 'VIEWS', 'ACTIONS', 'PERSONAL' ] ); ?>
</div>
<?php $this->renderNavigation( [ 'NAMESPACES', 'VARIANTS', 'VIEWS', 'ACTIONS', 'PERSONAL' ] ); ?>
<?php $this->renderNavigation( [ 'SEARCH' ] ); ?>
<?php $this->renderPortals( $this->data['sidebar'] ); ?>
</div>