From 6ed06021b2fae55d0a19d226a509a46882137672 Mon Sep 17 00:00:00 2001 From: Damien Lallement Date: Wed, 16 Feb 2011 16:57:49 +0000 Subject: debug --- langs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'langs.php') diff --git a/langs.php b/langs.php index 75828707c..1ac09ebf5 100644 --- a/langs.php +++ b/langs.php @@ -52,7 +52,7 @@ function locale_path($loc,$path) { $filename = "/".$loc."/".$path; $url = "/en/".$path; - echo "filename: $filename-url: $url-loc: $loc-locale: {$locale}-path: $path"; + echo "filename: $filename-url: $url-loc: $loc-path: $path"; if (file_exists($filename)) { $url = $filename; -- cgit v1.2.1