mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
10 lines
116 B
PHP
10 lines
116 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
$lang_moresmilies = array
|
||
|
|
(
|
||
|
|
'head_more_smilies' => "Flere Klikbare Smilies",
|
||
|
|
'text_close' => "Luk",
|
||
|
|
);
|
||
|
|
|
||
|
|
?>
|