| @@ -373,12 +373,12 @@ | ||
| 373 | 373 | width: auto; |
| 374 | 374 | height: 22px; |
| 375 | 375 | padding: 4px 0; |
| 376 | 376 | } |
| 377 | - .post-type-rtsb_builder li#wp-admin-bar-WPML_ALS_all, | |
| 378 | - .post-type-rtsb_builder li.language_all{ | |
| 379 | - display: none; | |
| 380 | - } | |
| 377 | + .post-type-rtsb_builder li#wp-admin-bar-WPML_ALS_all, | |
| 378 | + .post-type-rtsb_builder li.language_all{ | |
| 379 | + display: none; | |
| 380 | + } | |
| 381 | 381 | |
| 382 | 382 | <?php |
| 383 | 383 | $admin_global_style = ob_get_clean(); |
| 384 | 384 | // Speed Optimization. |
| @@ -419,8 +419,9 @@ | ||
| 419 | 419 | 'rtsbParams', |
| 420 | 420 | [ |
| 421 | 421 | 'ajaxurl' => esc_url( self::$ajaxurl ), |
| 422 | 422 | 'homeurl' => home_url(), |
| 423 | + 'adminLogo' => rtsb()->get_assets_uri( 'images/icon/ShopBuilder-Logo.svg' ), | |
| 423 | 424 | 'restApiUrl' => esc_url_raw( rest_url() ), |
| 424 | 425 | 'rest_nonce' => wp_create_nonce( 'wp_rest' ), |
| 425 | 426 | 'nonce' => wp_create_nonce( rtsb()->nonceText ), |
| 426 | 427 | 'sections' => Settings::instance()->get_sections(), |