Update language.php
This commit is contained in:
+5
-1
@@ -75,7 +75,11 @@ $file,
|
|||||||
<li>
|
<li>
|
||||||
<?= htmlspecialchars($name) ?>
|
<?= htmlspecialchars($name) ?>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="learn.php?lang=<?= urlencode($lang) ?>&list=<?= urlencode($name) ?>">
|
||||||
|
<?= htmlspecialchars($name) ?>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
Reference in New Issue
Block a user