|
@@ -89,17 +89,12 @@ |
|
@@ -89,17 +89,12 @@ |
89
|
{$about_img_one.post_content}
|
89
|
{$about_img_one.post_content}
|
90
|
</div>
|
90
|
</div>
|
91
|
<php>$arr = json_decode($about_img_one['more'],true);</php>
|
91
|
<php>$arr = json_decode($about_img_one['more'],true);</php>
|
92
|
- <div class="ab_main2_Img2">
|
|
|
93
|
- <img style="margin-left: auto" src="{:cmf_get_image_url($arr.thumbnail)}" alt="">
|
|
|
94
|
- </div>
|
|
|
95
|
|
92
|
|
|
|
93
|
+ <img style="margin-left: auto;width: 741px;height: 440px;" src="{:cmf_get_image_url($arr.thumbnail)}" alt="">
|
96
|
</li>
|
94
|
</li>
|
97
|
<li>
|
95
|
<li>
|
98
|
<php>$arr_two = json_decode($about_img_two['more'],true);</php>
|
96
|
<php>$arr_two = json_decode($about_img_two['more'],true);</php>
|
99
|
- <div class="ab_main2_Img2">
|
|
|
100
|
- <img src="{:cmf_get_image_url($arr_two.thumbnail)}" alt="">
|
|
|
101
|
- </div>
|
|
|
102
|
-
|
97
|
+ <img style="width: 741px;height: 440px;" src="{:cmf_get_image_url($arr_two.thumbnail)}" alt="">
|
103
|
<div class="ab_main2_img ab_main2_img2">
|
98
|
<div class="ab_main2_img ab_main2_img2">
|
104
|
{$about_img_two.post_content}
|
99
|
{$about_img_two.post_content}
|
105
|
</div>
|
100
|
</div>
|