X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/e58552ea083b3e3b068a7c02e506100461e15870..4c80b40da97be7e87af6a6e421677122e1e581f9:/lib/MECON/Marco.php diff --git a/lib/MECON/Marco.php b/lib/MECON/Marco.php index 9f29747..4e38125 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(),