|
@@ -89,11 +89,17 @@ |
|
@@ -89,11 +89,17 @@ |
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">
|
92
|
<img style="margin-left: auto" src="{:cmf_get_image_url($arr.thumbnail)}" alt="">
|
93
|
<img style="margin-left: auto" src="{:cmf_get_image_url($arr.thumbnail)}" alt="">
|
|
|
94
|
+ </div>
|
|
|
95
|
+
|
93
|
</li>
|
96
|
</li>
|
94
|
<li>
|
97
|
<li>
|
95
|
<php>$arr_two = json_decode($about_img_two['more'],true);</php>
|
98
|
<php>$arr_two = json_decode($about_img_two['more'],true);</php>
|
|
|
99
|
+ <div class="ab_main2_img2">
|
96
|
<img src="{:cmf_get_image_url($arr_two.thumbnail)}" alt="">
|
100
|
<img src="{:cmf_get_image_url($arr_two.thumbnail)}" alt="">
|
|
|
101
|
+ </div>
|
|
|
102
|
+
|
97
|
<div class="ab_main2_img ab_main2_img2">
|
103
|
<div class="ab_main2_img ab_main2_img2">
|
98
|
{$about_img_two.post_content}
|
104
|
{$about_img_two.post_content}
|
99
|
</div>
|
105
|
</div>
|