* Fix bug #14101.
This commit is contained in:
@@ -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';
|
||||
|
||||
@@ -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 = '下载新版本功能介绍文档';
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user