| @@ -134,13 +134,9 @@ | ||
| 134 | 134 | 'title' => esc_html__( 'Grid Layout 8', 'shopbuilder' ), |
| 135 | 135 | 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/grid-style-8.png' ) ), |
| 136 | 136 | 'is_pro' => $status, |
| 137 | 137 | ], |
| 138 | - 'grid-layout9' => [ | |
| 139 | - 'title' => esc_html__( 'Special Layout 1', 'shopbuilder' ), | |
| 140 | - 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/grid-style-9a.png' ) ), | |
| 141 | - 'is_pro' => $status, | |
| 142 | - ], | |
| 138 | + | |
| 143 | 139 | ] |
| 144 | 140 | ); |
| 145 | 141 | } |
| 146 | 142 | |
| @@ -349,13 +345,8 @@ | ||
| 349 | 345 | 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/categories-2.png' ) ), |
| 350 | 346 | ], |
| 351 | 347 | 'category-layout3' => [ |
| 352 | 348 | 'title' => esc_html__( 'Category Layout 3', 'shopbuilder' ), |
| 353 | - 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/categories-3.png' ) ), | |
| 354 | - 'is_pro' => $status, | |
| 355 | - ], | |
| 356 | - 'category-layout4' => [ | |
| 357 | - 'title' => esc_html__( 'Category Layout 4', 'shopbuilder' ), | |
| 358 | 349 | 'url' => esc_url( rtsb()->get_assets_uri( 'images/layout/categories-3.png' ) ), |
| 359 | 350 | 'is_pro' => $status, |
| 360 | 351 | ], |
| 361 | 352 | |