mirror of
https://github.com/humhub/humhub.git
synced 2025-04-25 09:43:59 +02:00
Footer position in profile layout
This commit is contained in:
parent
0e70e03c9b
commit
36014e0412
@ -20,6 +20,9 @@ $user = $this->context->contentContainer;
|
||||
</div>
|
||||
<div class="col-md-<?= ($this->hasSidebar()) ? '7' : '10' ?> layout-content-container">
|
||||
<?= $content; ?>
|
||||
<?php if (!$this->hasSidebar()): ?>
|
||||
<?= FooterMenu::widget(['location' => FooterMenu::LOCATION_FULL_PAGE]); ?>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
<?php if ($this->hasSidebar()): ?>
|
||||
<div class="col-md-3">
|
||||
@ -28,7 +31,4 @@ $user = $this->context->contentContainer;
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
<?php if (!$this->hasSidebar()): ?>
|
||||
<?= FooterMenu::widget(['location' => FooterMenu::LOCATION_FULL_PAGE]); ?>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user