@@ -914,7 +911,7 @@
{$news[2]['title'] ?? ''}
-
+
@@ -927,7 +924,7 @@
{$news[3]['title'] ?? ''}
-
+
diff --git a/public/themes/website/1/zh/demo/single_index.html b/public/themes/website/1/zh/demo/single_index.html
index 19d3709..edcdbf2 100644
--- a/public/themes/website/1/zh/demo/single_index.html
+++ b/public/themes/website/1/zh/demo/single_index.html
@@ -855,20 +855,17 @@
{$sub_cates[4]['desc']}
- {php}$arr = explode(',',$sub_cates[4]['description']){/php}
+ {php}
+ $arr = explode(',',$sub_cates[4]['description']);
+ $stats = array_chunk($arr, 2);
+ {/php}
+ {foreach $stats as $item}
-
- {$arr[0]}
- {$arr[1]}
-
- -
- {$arr[2]}
- {$arr[3]}
-
- -
- {$arr[4]}
- {$arr[5]}
+ {$item[0]}
+ {$item[1]}
+ {/foreach}
@@ -891,7 +888,7 @@
{$news[0]['title'] ?? ''}
-
+
{/if}
@@ -901,7 +898,7 @@
{$news[1]['title'] ?? ''}
-
+
@@ -914,7 +911,7 @@
{$news[2]['title'] ?? ''}
-
+
@@ -927,7 +924,7 @@
{$news[3]['title'] ?? ''}
-
+