SILENT KILLERPanel

Current Path: > home > codekrsu > > ameliagraphics.com > wp-content > plugins > extendify > > src > Launch > pages


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: /home/codekrsu//ameliagraphics.com/wp-content/plugins/extendify//src/Launch/pages

NameTypeSizeLast ModifiedActions
ContentGathering.jsx File 2523 bytes July 16 2025 19:39:24.
CreatingSite.jsx File 18008 bytes July 16 2025 19:39:24.
HomeSelect.jsx File 6515 bytes March 13 2025 21:10:44.
NeedsTheme.jsx File 939 bytes December 19 2024 22:43:36.
ObjectiveSelection.jsx File 3768 bytes April 14 2025 20:31:16.
PagesSelect.jsx File 6181 bytes March 13 2025 21:10:44.
SiteInformation.jsx File 7908 bytes July 16 2025 19:39:24.
SitePrep.jsx File 2833 bytes July 16 2025 19:39:24.
SiteQuestions.jsx File 3521 bytes July 16 2025 19:39:24.
SiteStructure.jsx File 3807 bytes April 22 2025 21:31:24.

Reading File: /home/codekrsu//ameliagraphics.com/wp-content/plugins/extendify//src/Launch/pages/NeedsTheme.jsx

import { __ } from '@wordpress/i18n';
import { Title } from '@launch/components/Title';
import { PageLayout } from '@launch/layouts/PageLayout';

export const NeedsTheme = () => {
	return (
		<PageLayout includeNav={false}>
			<div className="grow overflow-y-auto px-6 py-8 md:p-12 3xl:p-16">
				<Title
					title={__('One more thing before we start.', 'extendify-local')}
				/>
				<div className="relative mx-auto w-full max-w-xl">
					<p className="text-base">
						{__(
							'Hey there, Launch is powered by Extendable and is required to proceed. You can install it from the link below and start over once activated.',
							'extendify-local',
						)}
					</p>
					<a
						className="mt-4 text-base font-medium text-design-main underline"
						href={`${window.extSharedData.adminUrl}/theme-install.php?theme=extendable`}>
						{__('Take me there', 'extendify-local')}
					</a>
				</div>
			</div>
		</PageLayout>
	);
};

SILENT KILLER Tool