mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-08 00:09:04 +00:00
9 lines
112 B
PHP
9 lines
112 B
PHP
|
<?php
|
||
|
function ach_render_date($lang,$date) {
|
||
|
switch($lang) {
|
||
|
case "en":
|
||
|
|
||
|
break;
|
||
|
}
|
||
|
}
|
||
|
?>
|