[% # Copyright 2023 cPanel, L.L.C. - All rights reserved. # copyright@cpanel.net # https://cpanel.net # This code is subject to the cPanel license. Unauthorized copying is prohibited %] [% TRY %] [% USE Analytics; %] [% SET mixpanelConfig = { cp_analytics_data => Analytics.get_cpanel_analytics_data(), analytics_page_meta => analytics_page_meta, is_sandbox => CPANEL.is_sandbox() } %] [% CATCH %] [% SET mixpanelConfig = {} %] [% END %] [% USE Whostmgr; SET locale_attributes = CPANEL.locale_info; SET direction = locale_attributes.direction; SET CPANEL.CPVAR.dprefix = "./"; SET TEMPLATE_PATH = ""; SET ROUTER_PATH = cp_security_token _ "/"; SET HOSTNAME = ExpVar.expand('$hostname'); SET style_sheets = []; SET scripts = []; # Do not change this name unless it is also changed in the partials below. # The following content is inserted by underscore-template-loader's require macro. # #---------------------------------------------------- # ∨∨∨ THIS IS GENERATED CODE, DO NOT MODIFY IT ∨∨∨ #---------------------------------------------------- # # Build webpack css bundle list style_sheets.push(TEMPLATE_PATH _ 'theme.css'); style_sheets.push(TEMPLATE_PATH _ 'styles.css'); # Build webpack javascript bundle list scripts.push(TEMPLATE_PATH _ 'runtime.js'); scripts.push(TEMPLATE_PATH _ 'vendor-b36e9ddd.js'); scripts.push(TEMPLATE_PATH _ 'vendor-74322e9c.js'); scripts.push(TEMPLATE_PATH _ 'vendor-b1abd21e.js'); scripts.push(TEMPLATE_PATH _ 'vendor-2a15ebaf.js'); scripts.push(TEMPLATE_PATH _ 'vendor-c0d76f48.js'); scripts.push(TEMPLATE_PATH _ 'vendor-ad6a2f20.js'); scripts.push(TEMPLATE_PATH _ 'vendor-0bc5b059.js'); scripts.push(TEMPLATE_PATH _ 'vendor-f945abb9.js'); scripts.push(TEMPLATE_PATH _ 'polyfills.js'); scripts.push(TEMPLATE_PATH _ 'main.js'); # #---------------------------------------------------- # ^^^ THIS IS GENERATED CODE, DO NOT MODIFY IT ^^^ #---------------------------------------------------- %] [% locale.maketext('WP Squared') %] [%- FOR source IN style_sheets; SET url = theme_magic_url(source); -%] [%- END -%] [% FOR source IN scripts; SET url = theme_magic_url(source); %] [% END %]