khanat-opennel-code/code/web/app/app_achievements/include/ach_render_common.php

9 lines
112 B
PHP
Raw Normal View History

2012-05-14 18:24:58 +00:00
<?php
function ach_render_date($lang,$date) {
switch($lang) {
case "en":
break;
}
}
?>