PHP 8.2.31
Preview: NeedsTheme.jsx Size: 944 B
/home/nshryvcy/radiantskinclinics.org/wp-content/plugins/extendify_old/src/Launch/pages/NeedsTheme.jsx

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

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>
	);
};

Directory Contents

Dirs: 0 × Files: 10

Name Size Perms Modified Actions
2.49 KB lrw-r--r-- 2026-02-19 03:27:14
Edit Download
21.82 KB lrw-r--r-- 2026-04-09 23:45:00
Edit Download
6.38 KB lrw-r--r-- 2026-02-19 03:27:14
Edit Download
944 B lrw-r--r-- 2026-02-19 03:27:14
Edit Download
3.75 KB lrw-r--r-- 2026-02-19 03:27:14
Edit Download
6.46 KB lrw-r--r-- 2026-02-19 03:27:14
Edit Download
8.96 KB lrw-r--r-- 2026-02-19 03:27:14
Edit Download
2.81 KB lrw-r--r-- 2026-02-19 03:27:14
Edit Download
6.12 KB lrw-r--r-- 2026-02-19 03:27:14
Edit Download
3.79 KB lrw-r--r-- 2026-02-19 03:27:14
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).