1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 14:30:32 +02:00

[ticket/11021] Add the option to specify a Site home URL and text

PHPBB3-11021
This commit is contained in:
Nathan Guse
2012-07-22 22:26:38 -05:00
parent 147a125f69
commit a5dd64195a
7 changed files with 19 additions and 3 deletions

View File

@@ -49,6 +49,10 @@ $lang = array_merge($lang, array(
'OVERRIDE_STYLE' => 'Override user style',
'OVERRIDE_STYLE_EXPLAIN' => 'Replaces users style with the default.',
'SITE_DESC' => 'Site description',
'SITE_HOME_TEXT' => 'Site home text',
'SITE_HOME_TEXT_EXPLAIN' => 'Specify a Site Home Text to use your own instead of the default text in the breadcrumbs Home.',
'SITE_HOME_URL' => 'Site home URL',
'SITE_HOME_URL_EXPLAIN' => 'If you specify a Site Home URL, a link to this page will be added to your boards breadcrumbs and the site logo will also be linked to this address.',
'SITE_NAME' => 'Site name',
'SYSTEM_TIMEZONE' => 'Guest timezone',
'SYSTEM_TIMEZONE_EXPLAIN' => 'Timezone to use for displaying times to users who are not logged in (guests, bots). Logged in users set their timezone during registration and can change it in their user control panel.',