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(); - ?> - - - -