aboutsummaryrefslogtreecommitdiffstats
path: root/langs.php
diff options
context:
space:
mode:
Diffstat (limited to 'langs.php')
-rw-r--r--langs.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/langs.php b/langs.php
index 0a96efe26..33de49e32 100644
--- a/langs.php
+++ b/langs.php
@@ -52,6 +52,7 @@ function locale_path($loc,$path)
{
$filename = "/".$loc."/".$path."/";
$url = "/en/".$path;
+ echo "filename: $filename-url: $url-loc: $loc-locale: $locale-path: $path";
if (file_exists($filename))
{
$url = $filename;