2 /*-----------------------INICIALIZACIÓN-------------------*/
3 error_reporting(E_STRICT | E_ALL
);
4 /* Activar compresión de salida */
5 ob_start("ob_gzhandler");
6 /* Para los mapas de google */
7 require_once('include/maps/GoogleMapAPI.class.php');
9 require_once("include/const.php");
10 /* Controlador principal de la sesión */
11 require_once("include/sesion.php");
12 /* Hacer disponible a todos mi ubicación*/
13 $sURL_INDEX = $_SERVER['PHP_SELF'];
14 date_default_timezone_set ('America/El_Salvador');
15 ini_set("memory_limit","128M");
17 /*-----------------------INCLUSIONES-------------------*/
19 /*Para procesar PDF's*/
20 require_once ('include/dompdf/dompdf_config.inc.php');
21 /*Para manejo de catorcenas */
22 require_once ('include/fecha.php');
24 /*Constructores de Menús, etc.*/
25 require_once("contenido/sub.php");
26 require_once("contenido/usuario.php");
27 require_once("contenido/ayuda+contacto.php");
28 require_once("contenido/usuario+recuperar_clave.php");
29 require_once("contenido/usuario+info.php");
30 require_once("contenido/usuario+ingresar.php");
31 require_once("contenido/usuario+registrar.php");
32 require_once("contenido/usuario+editar.php");
33 require_once("contenido/global+404.php");
34 require_once("contenido/global+estadisticas.php");
35 require_once("contenido/admin+reportes.php");
36 require_once("contenido/mupis+ubicaciones.php");
37 require_once("contenido/mupis+mupis.php");
38 require_once("contenido/mupis+pantallas.php");
39 require_once("contenido/mupis+pedidos.php");
40 require_once("contenido/mupis+calles.php");
41 require_once("contenido/mupis+eventos.php");
42 require_once("contenido/admin+comentarios.php");
43 require_once("contenido/mapa+referencias.php");
45 <!-- Este comentario activa
"quirks mode" en Internet Explorer
;) - Vlad
.-->
46 <!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
47 <html xmlns
="http://www.w3.org/1999/xhtml" xml
:lang
="es" lang
="es">
49 <meta http
-equiv
="Content-Type" content
="text/html; charset=UTF-8" />
50 <meta http
-equiv
="Content-Style-type" content
="text/css" />
51 <meta http
-equiv
="Content-Script-type" content
="text/javascript" />
52 <meta http
-equiv
="Content-Language" content
="es" />
53 <link rel
="stylesheet" type
="text/css" href
="estilo.css" />
54 <link rel
="stylesheet" type
="text/css" href
="include/chrometheme/chromestyle.css" />
55 <link rel
="shortcut icon" href
="favicon.ico" type
="image/x-icon" />
56 <link rel
="start" href
="/" />
57 <title
><?
echo _NOMBRE_
; ?
> - Servicio publicitario
</title
>
58 <meta name
="keywords" content
="MUPI, Publicidad, El Salvador" />
59 <meta name
="description" content
="MUPI es un servicio publicitario." />
60 <script src
="include/jquery-1.3.1.min.js" type
="text/javascript"></script
>
61 <script type
="text/javascript" src
="include/tooltip.js"></script
>
62 <script type
="text/javascript" src
="include/chromejs/chrome.js">
63 /***********************************************
64 * Chrome CSS Drop Down Menu- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
65 * This notice MUST stay intact for legal use
66 * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
67 ***********************************************/
69 <style type
="text/css">
70 /* pushes the page to the full capacity of the viewing area */
72 body
{height
:100%
; margin
:0; padding
:0;}
73 /* prepares the background image to full capacity of the viewing area */
74 #bg {position:fixed; top:0; left:0; width:100%; height:100%;}
75 /* places the content ontop of the background image */
76 #container {position:relative; z-index:1;}
79 <style type
="text/css">
80 /* some css fixes for IE browsers */
81 html
{overflow
-y
:hidden
;}
82 body
{overflow
-y
:auto
;}
83 #bg {position:absolute; z-index:-1;}
84 #container {position:static;}
89 <div id
="bg"><img src
="fondo.jpg" width
="100%" alt
=""></div
>
91 <table style
="border:0">
94 <?php
CONTENIDO_mostrar_logo(); ?
>
96 <td width
="100px" style
="border:0">
97 <?php
echo IMAGEN ("ECO.gif","Eco Mupis", "200px", "200px"); ?
>
104 if ( $session->logged_in
) {
105 echo INICIAR_MENUES();
110 <?php
CONTENIDO_mostrar_principal(); ?
>
112 <div
class="clear"></div
>
115 if ( $session->logged_in
&& $session->isAdmin() ) {
116 echo '<div id="abajo">';
117 CONTENIDO_en_linea();
121 <div
class="clear"></div
>