@@ -59,12 +59,10 @@ |
||
59 | 59 | if (in_array($explode[$i], $this->getAllModules())) { |
60 | 60 | $this->module = $explode[$i]; |
61 | 61 | $debut_url = $explode[$i]; |
62 | - } |
|
63 | - else if ($i == 1) { |
|
62 | + } else if ($i == 1) { |
|
64 | 63 | $centre_url = $explode[$i]; |
65 | 64 | $this->page = $explode[$i]; |
66 | - } |
|
67 | - else { |
|
65 | + } else { |
|
68 | 66 | $this->parametre = $explode[$i]; |
69 | 67 | } |
70 | 68 | } |