aboutsummaryrefslogtreecommitdiffstats
path: root/langs/missing.php
diff options
context:
space:
mode:
authorFilip Komar <filip@mageia.org>2014-01-16 19:15:37 +0000
committerFilip Komar <filip@mageia.org>2014-01-16 19:15:37 +0000
commit2305fea57e132be503cb076e09f7d7db0e1768be (patch)
tree51bf4f6788a53b47b1cffff84c35b3185569abf6 /langs/missing.php
parentcd311293df66fc0ddc3a0aec2c65d4a399aedc59 (diff)
downloadwww-2305fea57e132be503cb076e09f7d7db0e1768be.tar
www-2305fea57e132be503cb076e09f7d7db0e1768be.tar.gz
www-2305fea57e132be503cb076e09f7d7db0e1768be.tar.bz2
www-2305fea57e132be503cb076e09f7d7db0e1768be.tar.xz
www-2305fea57e132be503cb076e09f7d7db0e1768be.zip
small link improvement for missing and diff page
Diffstat (limited to 'langs/missing.php')
-rw-r--r--langs/missing.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/langs/missing.php b/langs/missing.php
index a2df2edcd..3cca031a9 100644
--- a/langs/missing.php
+++ b/langs/missing.php
@@ -61,7 +61,7 @@ if($constitution || $license) {
</head>
<body>
-<p><a href="report.php">&laquo; back to the report page</a></p>
+<p><a href="report.php<?php echo '?l=' . $l ?>">&laquo; back to the report page for <?php echo $langs[$l] ?></a></p>
<h1>Missing language file</h1>
<p>So, <code><?php echo $file ?></code> language file is missing in <?php echo $langs[$l], ' (<code>', $l, '</code>)' ?>. What can you do to help us?</p>
<?php echo $constitution_or_license; ?>