From 4c7c93d6911ad2c09ef00c6e9c1a476d3fca68ed Mon Sep 17 00:00:00 2001 From: OscarRui <79144467+OscarRui@users.noreply.github.com> Date: Thu, 13 May 2021 09:37:14 +0200 Subject: [PATCH] =?UTF-8?q?cambio=20del=20index=20al=20uso=20m=C3=A1s=20re?= =?UTF-8?q?ducido=20de=20c=C3=B3digo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- panel_manager/index.php | 55 +++++++++++------------------------------ 1 file changed, 14 insertions(+), 41 deletions(-) diff --git a/panel_manager/index.php b/panel_manager/index.php index 910fa28..8218392 100644 --- a/panel_manager/index.php +++ b/panel_manager/index.php @@ -61,45 +61,18 @@
'."\n"; } + + //Specific page content: + $section = ' +
+
+ +
+ '.$panel.' +
+
+
'; + + //General page content: + require RAIZ_APP.'/HTMLtemplate.php'; ?> - - - - - - print_head(); - - ?> - - - print_header(); - ?> - - - print_main(); - ?> - - -
- - print_panelMenu($_SESSION["rol"]); ?> -
- -
- -
- - - print_footer(); - ?> - - - -