Add option to specify a global header script per domain

This commit is contained in:
Kijin Sung 2017-09-12 14:39:33 +09:00
parent 1a6e84d9cc
commit ecb598dc15
6 changed files with 27 additions and 7 deletions

View file

@ -252,8 +252,10 @@ $lang->thumbnail_target = 'Extract Thumbnail From';
$lang->thumbnail_target_all = 'All images';
$lang->thumbnail_target_attachment = 'Attached images only';
$lang->thumbnail_type = 'Thumbnail Type';
$lang->input_footer_script = 'Footer script';
$lang->detail_input_footer_script = 'Any content added here will be printed at the bottom of the page, except the admin module.';
$lang->input_header_script = 'Header Script';
$lang->detail_input_header_script = 'Content added here will be printed at the top of every page, except the admin module.';
$lang->input_footer_script = 'Footer Script';
$lang->detail_input_footer_script = 'Content added here will be printed at the bottom of every page, except the admin module.';
$lang->thumbnail_crop = 'Crop';
$lang->thumbnail_ratio = 'Keep aspect ratio (may result in spaces)';
$lang->thumbnail_none = 'Do not create thumbnails';