...
|
...
|
@@ -89,17 +89,12 @@ |
|
|
{$about_img_one.post_content}
|
|
|
</div>
|
|
|
<php>$arr = json_decode($about_img_one['more'],true);</php>
|
|
|
<div class="ab_main2_Img2">
|
|
|
<img style="margin-left: auto" src="{:cmf_get_image_url($arr.thumbnail)}" alt="">
|
|
|
</div>
|
|
|
|
|
|
<img style="margin-left: auto;width: 741px;height: 440px;" src="{:cmf_get_image_url($arr.thumbnail)}" alt="">
|
|
|
</li>
|
|
|
<li>
|
|
|
<php>$arr_two = json_decode($about_img_two['more'],true);</php>
|
|
|
<div class="ab_main2_Img2">
|
|
|
<img src="{:cmf_get_image_url($arr_two.thumbnail)}" alt="">
|
|
|
</div>
|
|
|
|
|
|
<img style="width: 741px;height: 440px;" src="{:cmf_get_image_url($arr_two.thumbnail)}" alt="">
|
|
|
<div class="ab_main2_img ab_main2_img2">
|
|
|
{$about_img_two.post_content}
|
|
|
</div>
|
...
|
...
|
|