]> git.llucax.com Git - mecon/meconlib.git/blobdiff - lib/MECON/Marco.php
BugFix
[mecon/meconlib.git] / lib / MECON / Marco.php
index 26d7aae0ddcd07c569ff16b6fc81da4778be884e..b96d01627311cb10479adaec2a3c06c2a837fdfc 100644 (file)
@@ -41,10 +41,10 @@ define ('DIR_WWW'     , 'www'   );
 define ('DIR_CACHE'   , '/tmp'  );
 //
 //Defino las constantes
 define ('DIR_CACHE'   , '/tmp'  );
 //
 //Defino las constantes
-define ('SCRIPT_DIR_BASE', '/MECON/js/'         );
-define ('ESTILO_DIR_BASE', '/MECON/css/'        );
-define ('SCRIPT_GENERICO', 'general_script.js'  );
-define ('ESTILO_GENERICO', 'general_estilos.css');
+define ('SCRIPT_DIR_BASE', '/MECON/js/' );
+define ('ESTILO_DIR_BASE', '/MECON/css/');
+define ('SCRIPT_GENERICO', 'marco.js'   );
+define ('ESTILO_GENERICO', 'marco.css'  );
 //
 
 // +X2C Class 3 :MECON_Marco
 //
 
 // +X2C Class 3 :MECON_Marco