mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
10 lines
118 B
PHP
10 lines
118 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
$lang_moresmilies = array
|
||
|
|
(
|
||
|
|
'head_more_smilies' => "More Clickable Smilies",
|
||
|
|
'text_close' => "Close",
|
||
|
|
);
|
||
|
|
|
||
|
|
?>
|