Skip to content

Commit

Permalink
fix for last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Fasse committed Jul 31, 2019
1 parent 0d49ef7 commit 1597ad9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions adm_program/system/classes/HtmlPage.php
Expand Up @@ -582,6 +582,7 @@ private function getHtmlBody()
{
// add mobile menu
$this->addModalMenu();
$htmlMenu = $this->menu->show();
}

if ($this->headline !== '')
Expand All @@ -600,6 +601,7 @@ private function getHtmlBody()
$htmlBody .= $this->htmlMyBodyTop;
$htmlBody .= '<div class="admidio-content">';
$htmlBody .= $htmlHeadline;
$htmlBody .= $htmlMenu;
$htmlBody .= $this->pageContent;
$htmlBody .= '</div>';
$htmlBody .= $this->htmlMyBodyBottom;
Expand Down
1 change: 0 additions & 1 deletion adm_themes/modern/my_body_bottom.php
Expand Up @@ -8,7 +8,6 @@
<div class="col-lg-3">
<div id="right-block" class="admidio-container">
<?php

require(ADMIDIO_PATH . FOLDER_PLUGINS . '/login_form/login_form.php');
require(ADMIDIO_PATH . FOLDER_PLUGINS . '/latest-documents-files/index.php');
require(ADMIDIO_PATH . FOLDER_PLUGINS . '/random_photo/random_photo.php');
Expand Down

0 comments on commit 1597ad9

Please sign in to comment.