reorganisation des dossiers
[mtweb] / web / app / env / modules / mw_env_links.php
diff --git a/web/app/env/modules/mw_env_links.php b/web/app/env/modules/mw_env_links.php
deleted file mode 100644 (file)
index b614df0..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-<?php
-
-  class mw_env_links extends mw_env{
-
-    function init_links(){
-      $data = $this->data();
-      return $data->init_links();
-    }
-
-    function get_link($path = null){
-      $data = $this->data();
-      return $data->get_link($path);
-    }
-
-    function set_link($path, $url, $intitule = "", $position = 0){
-      $data = $this->data();
-      return $data->set_link($path, $url, $intitule, $position);
-    }
-
-  }
-
-?>
\ No newline at end of file