Server : Apache/2 System : Linux vps.sdns.vn 3.10.0-1160.15.2.el7.x86_64 #1 SMP Wed Feb 3 15:06:38 UTC 2021 x86_64 User : phatdatpq ( 1022) PHP Version : 7.2.34 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname Directory : /home/phatdatpq/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>