mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 23:32:54 +09:00
Add options to customize the browser title format
This commit is contained in:
parent
f25e685209
commit
9bdc30b325
11 changed files with 79 additions and 18 deletions
|
|
@ -143,6 +143,12 @@ $lang->debug_log_filename = 'Log filename';
|
|||
$lang->about_debug_log_filename = 'YYYYMMDD in the filename will be replaced with the current date.<br>It is recommended to split the log file by date to prevent it from getting too large.';
|
||||
$lang->msg_debug_log_filename_not_writable = 'Rhymix cannot write log files in the specified path.';
|
||||
$lang->debug_allowed_ip = 'Allowed IP addresses';
|
||||
$lang->seo_main_title = 'Main Page Title';
|
||||
$lang->about_seo_main_title = 'This format will be used for the title of the main page.<br>The following variables are available: <b>$SITE_TITLE</b>, <b>$SITE_SUBTITLE</b>, <b>$SUBPAGE_TITLE</b>.';
|
||||
$lang->seo_subpage_title = 'Subpage Title';
|
||||
$lang->about_seo_subpage_title = 'This format will be used for the title of lists and other major components of your website.<br>In additions to the variables above, you can use <b>$PAGE</b>.';
|
||||
$lang->seo_document_title = 'Document Page Title';
|
||||
$lang->about_seo_document_title = 'This format will be used for the title of individual documents.<br>In additions to the variables above, you can use <b>$DOCUMENT_TITLE</b>.';
|
||||
$lang->site_meta_keywords = 'SEO Keywords';
|
||||
$lang->about_site_meta_keywords = 'These keywords will be used on pages that do not have their own keywords.';
|
||||
$lang->site_meta_description = 'SEO Description';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue