diff options
Diffstat (limited to 'langs.php')
-rw-r--r-- | langs.php | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -51,14 +51,11 @@ foreach ($langs as $k => $v) function locale_path($locale,$path) { $filename = "/".$locale."/".$path."/"; + $url = "/en/".$path; if (file_exists($filename)) { $url = $filename; } - else - { - $url = "/en/".$path; - } return $url; } |