* Modify client picture.

This commit is contained in:
caoyanyi
2022-12-19 10:08:35 +08:00
parent c7c37f1db0
commit 46085e314d
+1 -1
View File
@@ -99,7 +99,7 @@ $(function()
</ul>
</nav>
<div class="pull-left col-md-9 text-center client-desc">
<?php echo html::image($config->webRoot . 'theme/default/images/guide/client_cn.png');?>
<?php echo html::image($config->webRoot . 'theme/default/images/guide/' . (common::checkNotCN() ? 'client_en.png' : 'client_cn.png'));?>
</div>
</div>
</div>