9 lines
277 B
PHP
Executable file
9 lines
277 B
PHP
Executable file
<?php
|
|
/**
|
|
* English language file for config
|
|
*
|
|
*/
|
|
|
|
$lang['discussionPage'] = 'Discussion page (leave empty to disable discussions)';
|
|
$lang['userPage'] = 'User page (leave empty to disable user pages)';
|
|
$lang['hideTools'] = 'Hide tools when not logged in?';
|