| @@ 307-308 (lines=2) @@ | ||
| 304 | } |
|
| 305 | ||
| 306 | // Ajouter les args |
|
| 307 | if ($args) |
|
| 308 | $url .= ((strpos($url, '?')===false) ? '?' : '&') . $args; |
|
| 309 | ||
| 310 | // Ajouter l'ancre |
|
| 311 | if ($ancre) |
|
| @@ 224-225 (lines=2) @@ | ||
| 221 | } |
|
| 222 | ||
| 223 | // Ajouter les args |
|
| 224 | if ($args) |
|
| 225 | $url .= ((strpos($url, '?')===false) ? '?' : '&') . $args; |
|
| 226 | ||
| 227 | // Ajouter l'ancre |
|
| 228 | if ($ancre) |
|