X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/e58552ea083b3e3b068a7c02e506100461e15870..bf5e13802a852ae3d121bb9a88237e9f1da2c33f:/lib/MECON/Marco.php diff --git a/lib/MECON/Marco.php b/lib/MECON/Marco.php index 9f29747..9f1a24c 100644 --- a/lib/MECON/Marco.php +++ b/lib/MECON/Marco.php @@ -43,10 +43,10 @@ define ('DIR_WWW' , 'www'); define ('DIR_CACHE' , '/tmp'); // //Defino las constantes -define ('SCRIPT_DIR_BASE' , '/www/js/'); -define ('ESTILO_DIR_BASE' , '/www/css/'); -define ('SCRIPT_GENERICO' , 'script.js'); -define ('ESTILO_GENERICO' , 'estilos.css'); +define ('SCRIPT_DIR_BASE' , '/MECON/js/'); +define ('ESTILO_DIR_BASE' , '/MECON/css/'); +define ('SCRIPT_GENERICO' , 'general_script.js'); +define ('ESTILO_GENERICO' , 'general_estilos.css'); // // +X2C Class 3 :Marco @@ -275,7 +275,7 @@ class Marco extends HTML_Page { */ function _body_display() // ~X2C { - $this->_contenido[] = '
'; + $this->_contenido[] = '
 '; $body = array ( 'copete' => $this->_copete->toHtml(), 'body' => $this->_contenido, 'pie' => $this->_pie->toHtml(), @@ -302,4 +302,4 @@ class Marco extends HTML_Page { } // -X2C Class :Marco -?> +?> \ No newline at end of file