]> git.llucax.com Git - mecon/meconlib.git/commitdiff
(no commit message)
authorMartín Marrese <marrese@gmail.com>
Mon, 7 Apr 2003 16:43:01 +0000 (16:43 +0000)
committerMartín Marrese <marrese@gmail.com>
Mon, 7 Apr 2003 16:43:01 +0000 (16:43 +0000)
marco/php/marco/Copete.php
marco/php/marco/Marco/marco_html_02.php

index 362737b1ab02b06a4364b60268ed200f8d6ed7df..29517f281d1ed77a05828765858a488847680b26 100644 (file)
@@ -61,7 +61,7 @@ class Copete extends PEAR {
     {
         $TABLA = new Tabla('width="760" align="center"');
         
-        $row = array ('<img src="www/sistemas/'.$this->_directorio.'/www/images/copete.jpg">');
+        $row = array ('<img src="./www/sistemas/'.$this->_directorio.'/www/images/copete.jpg">');
         $TABLA->agregarFila($row);
         $TABLA->align(0,0,"center");
         
index e4bfff034137f624acfd72d414ef1c631ecbc3e4..4fbcdc8557cb7c7bbae730b95708b9e20af8ffcb 100644 (file)
@@ -3,7 +3,7 @@
 return '
     </head>
     <body>
-        <table>
+        <table width="760" align="center" bgcolor="#FFFFFF">
 '."\n";
 
 ?>