Add files via upload

This commit is contained in:
Fernando Méndez
2021-05-12 15:54:13 +02:00
committed by GitHub
parent 1b64bce911
commit 4339a5db1e
10 changed files with 33 additions and 45 deletions

View File

@ -60,19 +60,21 @@
?>
<!-- Panel -->
<div class="row">
<!-- Panel Menu -->
<?php
$template->print_panelMenu($_SESSION["rol"]);
?>
<!-- Contents -->
<section id="user_panel">
<div class="row">
<!-- Panel Menu -->
<?php
$template->print_msg();
echo $reply;
$template->print_panelMenu($_SESSION["rol"]);
?>
<!-- Contents -->
<div class="row">
<?php
$template->print_msg();
echo $reply;
?>
</div>
</div>
</section>
<!-- Footer -->
<?php
$template->print_footer();