5 lines
86 B
PHP
5 lines
86 B
PHP
<?php
|
|
|
|
$sLangName = "English";
|
|
$aLang = include __DIR__."/../../en/translations.php";
|