This commit is contained in:
tianshujie
2021-11-17 09:44:29 +08:00
parent e8af2d25bc
commit 273e1493bc
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -86,6 +86,7 @@ $lang->misc->feature->detailed = 'Detail';
$lang->misc->feature->introduction = 'Features';
$lang->misc->feature->tutorial = 'Tutorial';
$lang->misc->feature->youngBlueTheme = 'Young Blue Theme';
$lang->misc->feature->youngBlueImage = 'theme/default/images/main/new_theme_en.png';
$lang->misc->feature->nextStep = 'Next step';
$lang->misc->feature->close = 'Close';
$lang->misc->feature->downloadFile = 'Download introduction';
+1
View File
@@ -86,6 +86,7 @@ $lang->misc->feature->detailed = '详情';
$lang->misc->feature->introduction = '新功能介绍';
$lang->misc->feature->tutorial = '新手引导教程';
$lang->misc->feature->youngBlueTheme = '全新青春蓝主题';
$lang->misc->feature->youngBlueImage = 'theme/default/images/main/new_theme.png';
$lang->misc->feature->nextStep = '下一步';
$lang->misc->feature->close = '关闭';
$lang->misc->feature->downloadFile = '下载新版本功能介绍文档';
+1 -1
View File
@@ -40,7 +40,7 @@
<?php elseif($feature == 'youngBlueTheme'):?>
<div class='text-center'>
<?php echo $lang->misc->feature->themeDesc;?>
<img class='text-center' src='<?php echo $config->webRoot . 'theme/default/images/main/new_theme.png';?>' />
<img class='text-center' src='<?php echo $config->webRoot . $lang->misc->feature->youngBlueImage;?>' />
</div>
<?php endif;?>
</div>