* Finish task #44502.
This commit is contained in:
@@ -85,6 +85,7 @@ $lang->misc->feature->lastest = 'Latest Version';
|
||||
$lang->misc->feature->detailed = 'Detail';
|
||||
$lang->misc->feature->introduction = 'Features';
|
||||
$lang->misc->feature->tutorial = 'Tutorial';
|
||||
$lang->misc->feature->tutorialImage = 'theme/default/images/main/tutorial_en.png';
|
||||
$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';
|
||||
|
||||
@@ -85,6 +85,7 @@ $lang->misc->feature->lastest = '最新版本';
|
||||
$lang->misc->feature->detailed = '详情';
|
||||
$lang->misc->feature->introduction = '新功能介绍';
|
||||
$lang->misc->feature->tutorial = '新手引导教程';
|
||||
$lang->misc->feature->tutorialImage = 'theme/default/images/main/tutorial.png';
|
||||
$lang->misc->feature->youngBlueTheme = '全新青春蓝主题';
|
||||
$lang->misc->feature->youngBlueImage = 'theme/default/images/main/new_theme.png';
|
||||
$lang->misc->feature->nextStep = '下一步';
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
<?php elseif($feature == 'tutorial'):?>
|
||||
<div class='text-center'>
|
||||
<?php echo $lang->misc->feature->tutorialDesc;?>
|
||||
<img class='text-center' src='<?php echo $config->webRoot . 'theme/default/images/main/tutorial.png';?>' />
|
||||
<img class='text-center' src='<?php echo $config->webRoot . $lang->misc->feature->tutorialImage;?>' />
|
||||
</div>
|
||||
<?php elseif($feature == 'youngBlueTheme'):?>
|
||||
<div class='text-center'>
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 61 KiB |
Reference in New Issue
Block a user