mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
init
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
$lang_contactstaff = array
|
||||
(
|
||||
'head_contact_staff' => "Contact Staff",
|
||||
'text_message_to_staff' => "Send message to Staff",
|
||||
'row_subject' => "Subject",
|
||||
'row_body' => "Body",
|
||||
'submit_send_it' => "Send It!"
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user