From 46085e314dc00c7fb1aa273e2ebbb93f1c387ef7 Mon Sep 17 00:00:00 2001 From: caoyanyi Date: Mon, 19 Dec 2022 10:08:35 +0800 Subject: [PATCH] * Modify client picture. --- module/block/view/guide.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/block/view/guide.html.php b/module/block/view/guide.html.php index 5d3e25f639..f464fe97d4 100644 --- a/module/block/view/guide.html.php +++ b/module/block/view/guide.html.php @@ -99,7 +99,7 @@ $(function()
- webRoot . 'theme/default/images/guide/client_cn.png');?> + webRoot . 'theme/default/images/guide/' . (common::checkNotCN() ? 'client_en.png' : 'client_cn.png'));?>