Fix chiusura tag barra laterale
This commit is contained in:
parent
7d22fbede5
commit
ea700d360a
|
@ -506,8 +506,9 @@ if (Auth::check()) {
|
||||||
echo Modules::getMainMenu();
|
echo Modules::getMainMenu();
|
||||||
echo '
|
echo '
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</nav>
|
||||||
<!-- /.sidebar -->
|
<!-- / Sidebar Menu -->
|
||||||
|
</div>
|
||||||
</aside>';
|
</aside>';
|
||||||
|
|
||||||
$in_editor = string_contains($_SERVER['SCRIPT_FILENAME'], 'editor.php');
|
$in_editor = string_contains($_SERVER['SCRIPT_FILENAME'], 'editor.php');
|
||||||
|
|
Loading…
Reference in New Issue