Server : LiteSpeed System : Linux server321.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64 User : apotdzgr ( 7060) PHP Version : 8.0.30 Disable Function : NONE Directory : /home/apotdzgr/public_html/wp-content/themes/flatsome/inc/builder/core/server/templates/ |
Upload File : |
<?php global $ux_builder_styles, $ux_builder_scripts; $editing = ux_builder( 'editing-post' ); $title = __( 'UX Builder', 'ux-builder' ); if ( $editing ) $title .= ' » ' . $editing->post()->post_title; do_action( 'admin_enqueue_scripts' ); ?><!DOCTYPE html> <html id="ux-builder" ng-app="uxBuilder" ng-strict-di <?php language_attributes(); ?>> <head> <title><?php echo $title; ?></title> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <?php wp_print_styles( $ux_builder_styles ) ?> </head> <body> <app></app> <app-loader></app-loader> <draggable-helper></draggable-helper> <context-menu></context-menu> <flatsome-studio></flatsome-studio> <?php wp_print_scripts( $ux_builder_scripts ) ?> </body> </html>