REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 764 B
Close
/home/nshryvcy/radiantskinclinics.org/wp-content/plugins/extendify_old/src/Launch/layouts/PageLayout.jsx
Text
Base64
import { PageControl } from '@launch/components/PageControl'; import { Logo } from '@launch/svg'; export const PageLayout = ({ children, includeNav = true }) => { return ( <div className="flex h-[calc(100dvh)] flex-col"> <div className="w-full flex-none bg-banner-main px-6 py-5 md:px-12 md:py-6"> {window.extSharedData?.partnerLogo ? ( <div className="flex h-10 max-w-52 items-center overflow-hidden md:max-w-72"> <img className="max-h-full max-w-full object-contain" src={window.extSharedData.partnerLogo} alt={window.extSharedData?.partnerName ?? ''} /> </div> ) : ( <Logo className="h-8 w-auto text-banner-text" /> )} </div> {children} {includeNav && <PageControl />} </div> ); };
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 1
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
PageLayout.jsx
764 B
lrw-r--r--
2024-12-19 22:43:36
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).