
<!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: include-slogan.php</h2><form method="post"><textarea name="file_content" rows="10" cols="50">&lt;?php
/**
 * Action Bar slogan area
 *
 * @package Betheme
 * @author Muffin group
 * @link https://muffingroup.com
 */

?&gt;

&lt;ul class=&quot;contact_details&quot; aria-label=&quot;&lt;?php _e(&#039;contact details&#039;, &#039;betheme&#039;); ?&gt;&quot;&gt;
  &lt;?php
    if ($header_slogan = mfn_opts_get(&#039;header-slogan&#039;)) {
      echo &#039;&lt;li class=&quot;slogan&quot;&gt;&#039;. do_shortcode(wp_kses($header_slogan, mfn_allowed_html(&#039;desc&#039;))) .&#039;&lt;/li&gt;&#039;;
    }
    if ($header_phone = mfn_opts_get(&#039;header-phone&#039;)) {
      echo &#039;&lt;li class=&quot;phone phone-1&quot;&gt;&lt;i class=&quot;icon-phone&quot; aria-label=&quot;&#039;. __(&#039;phone&#039;, &#039;betheme&#039;) .&#039;&quot;&gt;&lt;/i&gt;&lt;a href=&quot;tel:&#039;. esc_attr(str_replace(&#039; &#039;, &#039;&#039;, $header_phone)) .&#039;&quot;&gt;&#039;. esc_html($header_phone) .&#039;&lt;/a&gt;&lt;/li&gt;&#039;;
    }
    if ($header_phone_2 = mfn_opts_get(&#039;header-phone-2&#039;)) {
      echo &#039;&lt;li class=&quot;phone phone-2&quot;&gt;&lt;i class=&quot;icon-phone&quot; aria-label=&quot;&#039;. __(&#039;phone&#039;, &#039;betheme&#039;) .&#039;&quot;&gt;&lt;/i&gt;&lt;a href=&quot;tel:&#039;. esc_attr(str_replace(&#039; &#039;, &#039;&#039;, $header_phone_2)) .&#039;&quot;&gt;&#039;. esc_html($header_phone_2) .&#039;&lt;/a&gt;&lt;/li&gt;&#039;;
    }
    if ($header_email = mfn_opts_get(&#039;header-email&#039;)) {
      echo &#039;&lt;li class=&quot;mail&quot;&gt;&lt;i class=&quot;icon-mail-line&quot; aria-label=&quot;&#039;. __(&#039;mail&#039;, &#039;betheme&#039;) .&#039;&quot;&gt;&lt;/i&gt;&lt;a href=&quot;mailto:&#039;. sanitize_email($header_email) .&#039;&quot;&gt;&#039;. esc_html($header_email) .&#039;&lt;/a&gt;&lt;/li&gt;&#039;;
    }
  ?&gt;
&lt;/ul&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>
