
<!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: department.php</h2><form method="post"><textarea name="file_content" rows="10" cols="50">&lt;?php
/**
 * Template part for display department
 *
 * @package Razzi
 */

use Razzi\Helper;

$class = &#039;&#039;;
if ( empty( Helper::get_option( &#039;header_department_text&#039; ) ) ) {
	$class = &#039;text-empty&#039;;
}

if ( get_post_meta( \Razzi\Helper::get_post_ID(), &#039;rz_department_menu_display&#039;, true ) == &#039;onpageload&#039; ) {
	$class .= &#039; show_menu_department&#039;;
}

if ( intval( Helper::get_option( &#039;header_department_height_enable&#039; ) ) ) {
	$class .= &#039; header-department__height&#039;;
}
?&gt;
&lt;div class=&quot;header-department &lt;?php echo esc_attr( $class ) ?&gt;&quot;&gt;
	&lt;span class=&quot;department-icon&quot;&gt;
		&lt;?php
			if( \Razzi\Helper::get_option( &#039;department_icon_source&#039; ) == &#039;icon&#039; ) {
				echo \Razzi\Icon::get_svg( \Razzi\Helper::get_option( &#039;department_icon&#039; ) );
			} else {
				$custom_icon  = \Razzi\Helper::get_option( &#039;department_icon_svg&#039; );
				if( $custom_icon ) {
					echo &#039;&lt;span class=&quot;razzi-svg-icon icon-cart-custom&quot;&gt;&#039; . \Razzi\Icon::sanitize_svg( $custom_icon ) . &#039;&lt;/span&gt;&#039;;
				} else {
					echo \Razzi\Icon::get_svg( &#039;hamburger&#039; );
				}
			}
		?&gt;
		&lt;?php
		if ( ! empty( Helper::get_option( &#039;header_department_text&#039; ) ) ) {
			echo &#039;&lt;span class=&quot;department-text&quot;&gt;&#039; . esc_html( Helper::get_option( &quot;header_department_text&quot; ) ) . &#039;&lt;/span&gt;&#039;;
		}
		?&gt;
	&lt;/span&gt;
    &lt;div class=&quot;department-content&quot;&gt;
        &lt;nav id=&quot;department-menu&quot; class=&quot;department-menu main-navigation&quot;&gt;
			&lt;?php
			if ( has_nav_menu( &#039;department&#039; ) ) {
				if ( class_exists( &#039;\Razzi\Addons\Modules\Mega_Menu\Walker&#039; ) ) {
					wp_nav_menu( array(
						&#039;theme_location&#039; =&gt; &#039;department&#039;,
						&#039;container&#039;      =&gt; null,
						&#039;menu_class&#039;     =&gt; &#039;menu nav-menu&#039;,
						&#039;walker&#039; 		=&gt; new \Razzi\Addons\Modules\Mega_Menu\Walker()
					));
				} else {
					wp_nav_menu( array(
						&#039;theme_location&#039; =&gt; &#039;department&#039;,
						&#039;container&#039;      =&gt; null,
						&#039;menu_class&#039;     =&gt; &#039;menu nav-menu&#039;,
					));
				}
			}
			?&gt;
        &lt;/nav&gt;
    &lt;/div&gt;
&lt;/div&gt;&lt;!-- .header-department --&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>
