PATH:
home
/
bkunreyz
/
ezdatarecovery.net
/
wp-content
/
plugins
/
extendify
/
src
/
Launch
/
pages
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> ); };
[-] SiteStructure.jsx
[edit]
[-] ContentGathering.jsx
[edit]
[-] NeedsTheme.jsx
[edit]
[-] HomeSelect.jsx
[edit]
[-] SiteQuestions.jsx
[edit]
[-] SitePrep.jsx
[edit]
[+]
..
[-] CreatingSite.jsx
[edit]
[-] ObjectiveSelection.jsx
[edit]
[-] SiteInformation.jsx
[edit]
[-] PagesSelect.jsx
[edit]