ajout d'un installeur en ligne
[mtweb] / mw / env / modules / mw_env_out.php
index 1609dc6..998f489 100644 (file)
 
     function out_url($file, $PRIORITE = "DESC"){
       $out_file = $this->_out_file($file, $PRIORITE);
-      return $out_file ? $this->path("mw_path").$out_file : $file;
+      return $out_file ? $this->path("web").$this->path("mw_path").$out_file : $file;
     }
 
     function _out_file($file, $PRIORITE = "DESC"){