File tree 3 files changed +4
-1
lines changed
3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 123
123
</item >
124
124
<item name =" dataScope" xsi : type =" string" >store_id</item >
125
125
<item name =" label" xsi : type =" string" translate =" true" >Store View</item >
126
+ <item name =" captionValue" xsi : type =" string" >0</item >
126
127
</item >
127
128
</argument >
128
129
</filterSelect >
138
139
</item >
139
140
<item name =" dataScope" xsi : type =" string" >category_id</item >
140
141
<item name =" label" xsi : type =" string" translate =" true" >Category</item >
142
+ <item name =" captionValue" xsi : type =" string" >0</item >
141
143
</item >
142
144
</argument >
143
145
</filterSelect >
Original file line number Diff line number Diff line change 123
123
</item >
124
124
<item name =" dataScope" xsi : type =" string" >store_id</item >
125
125
<item name =" label" xsi : type =" string" translate =" true" >Store View</item >
126
+ <item name =" captionValue" xsi : type =" string" >0</item >
126
127
</item >
127
128
</argument >
128
129
</filterSelect >
Original file line number Diff line number Diff line change 6
6
<li class="col-xs-6 col-sm-4 col-md-3 category">
7
7
<div class="block">
8
8
<a href="<?php echo $ this ->getFaqCategoryFullPath ($ category ['identifier ' ]); ?> ">
9
- <img src="<?php echo !empty ($ category ['image ' ]) ? $ this ->getFileBaseUrl ($ category ['image ' ]) : $ block ->getViewFileUrl ('PHPCuong_Faq::images/faq81x81.png ' ); ?> " alt="<?php echo $ category ['title ' ];?> " title="<?php echo $ category ['title ' ];?> - <?php echo __ ('FAQ ' ); ?> " />
9
+ <img src="<?php echo !empty ($ category ['image ' ]) ? $ this ->getFileBaseUrl ($ category ['image ' ]) : $ block ->getViewFileUrl ('PHPCuong_Faq::images/faq81x81.png ' ); ?> " alt="<?php echo __ ( $ category ['title ' ]) ;?> " title="<?php echo __ ( $ category ['title ' ]) ;?> - <?php echo __ ('FAQs ' ); ?> " />
10
10
</a>
11
11
<h3>
12
12
<a href="<?php echo $ this ->getFaqCategoryFullPath ($ category ['identifier ' ]); ?> ">
You can’t perform that action at this time.
0 commit comments