PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/trave494/bilosproperties.com/travel/wp-content/plugins/wordpress-starter/templates/
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64
IP: 209.182.202.254
Choose File :

Url:
Dir : /home/trave494/bilosproperties.com/travel/wp-content/plugins/wordpress-starter/templates/themes.php

<?php
namespace SiteGround_Central;

use SiteGround_Central\Control\Themes;
$themes_control = Themes::get_instance();
$type = isset( $_GET['type'] ) ? $_GET['type'] : '';
?>
<div class="sg-section sg-section--density-cozy">
	<div class="sg-section__content">
		<div class="sg-grid sg-grid--gap-responsive">
			<div class="sg-flex sg-flex--align-center sg-flex--gutter-medium sg-flex--direction-row sg-flex--justify-space-between sg-with-padding sg-with-padding--padding-top-responsive sg-with-padding--padding-right-none sg-with-padding--padding-bottom-responsive sg-with-padding--padding-left-none">
				<h1 class="sg-title sg-title--density-none sg-title--level-1 sg-with-color sg-with-color--color-darkest sg-typography sg-typography--weight-bold">
					<?php _e( 'Add Themes', 'siteground-wizard' ); ?>
				</h1>
			</div>
		</div>
		<div class="sg-grid sg-grid--gap-responsive">
			<div class="sg-grid sg-grid--autoflow-row sg-grid--m-3 sg-settings--grid">
				<div class="sg-tabs-wrapper sg-tabs-wrapper--border-light sg-flex--align-center sg-grid-column--m-span-2">
					<div class="sg-tabs_container">
						<ul class="sg-tabs sg-tabs--background-transparent sg-tabs--medium sg-tabs--active-color-sky">
							<?php
							foreach ( $themes_control->tabs as $tab ) {
								include( \SiteGround_Central\DIR . '/templates/partials/themes/tabs.php' );
							}
							?>
						</ul>
					</div>
				</div>
				<div class="sg-tabs-wrapper sg-tabs-wrapper--border-light sg-flex--align-center sg-settings--wrapper">
					<?php include \SiteGround_Central\DIR . '/templates/partials/themes/search-form.php'; ?>
				</div>
			</div>
			<div class="sg-central-tab-content">
				<?php
				foreach ( $themes_control->tabs as $tab ) {
					include( \SiteGround_Central\DIR . '/templates/partials/themes/' . $tab['template'] . '.php' );
				}
				?>
			</div>
		</div>
		<div class="sg-modals">
			<?php include( \SiteGround_Central\DIR . '/templates/partials/themes/popup.php' ); ?>
			<?php include( \SiteGround_Central\DIR . '/templates/partials/themes/dialog.php' ); ?>
			<?php include( \SiteGround_Central\DIR . '/templates/partials/themes/confirmation-dialog.php' ); ?>
		</div>
	</div>
</div>