| Server IP : 54.216.143.184 / Your IP : 172.31.14.113 Web Server : Apache/2.4.68 (Ubuntu) mod_fcgid/2.3.9 OpenSSL/3.0.2 System : Linux ip-172-31-10-208.eu-west-1.compute.internal 6.8.0-1044-aws #46~22.04.1-Ubuntu SMP Tue Dec 2 12:52:18 UTC 2025 x86_64 User : kazang ( 1006) PHP Version : 8.2.31 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,exec,system,passthru,shell_exec,proc_open,popen MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/kazang/web/kazang.com/public_html/wp-content/themes/kazang/ |
Upload File : |
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo('charset'); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title><?php wp_title('|', true, 'right'); ?></title>
<style>
body{
margin: 0px;
padding: 0px;
font-family: Arial, sans-serif;
}
.custom-header-h1{
padding: 20px;
background-color: #BEC400;
text-align: center;
}
.custom-header-h1 h1{
font-family: Arial, sans-serif;
font-weight: 700;
font-size: 28px;
color: #000;
}
.custom-header-h1 img{
height: 100px;
width: 200px;
}
.custom-header-nav{
padding: 10px;
background-color: #FFCC00;
text-align: center;
}
.custom-footer-parts{
padding: 10px;
background-color:#BEC400;
text-align: center;
margin-bottom: 0px;
}
.custom-footer-parts a{
text-decoration: none;
color: #000;
}
.custom-footer-parts a:hover{
// color: #fff;
}
.custom-header-nav ul li{
list-style-type: none;
display: inline;
font-size: 26px;
font-weight: bold;
}
.custom-header-nav ul li a{
text-decoration: none;
color: #000;
font-weight:700;
font-size:15px;
font-family: Arial, sans-serif;
}
.kazang-faq-custom-container, header, footer {
width: 100%;
margin: 0px;
padding: 0px;
// font-family: Arial, sans-serif;
// width: 65%;
margin: 0 auto;
// padding: 20px;
}
.language-buttons{
position: absolute;
top: 10px;
right: 20px;
display: flex;
gap: 20px;
}
.language-button img {
width: 24px;
height: 16px;
margin-right: 10px;
}
.language-buttons a{
text-decoration: none;
color: #000;
text-decoration: unset;
font-weight: 700;
font-size: 15px;
font-family: Arial, sans-serif;
display: flex;
align-items: center;
border: 3px solid #000;
padding: 6px;
border-radius: 0px;
box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
background: transparent;
transition: .3s;
}
.language-buttons a:hover{
background: #ffcc01;
border-color: #ffcc01;
}
@media(max-width: 600px){
.custom-header-h1{
padding-top: 40px;
}
}
</style>
</head>
<body <?php body_class(); ?>>
<header>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-W2WJ9CHT');</script>
<!-- End Google Tag Manager -->
<div class="language-buttons">
<!-- English Button -->
<a href="https://www.kazang.com/registration-health-and-safety-updates/" class="language-button" onclick="switchLanguage('en')">
English
</a>
<!-- Amharic Button -->
<a href="https://www.kazang.com/Amharic-registration-health-and-safety-updates/" class="language-button" onclick="switchLanguage('am')">
Amharic
</a>
</div>
<?php $slug = get_post_field('post_name', get_post()); ?>
<div class="custom-header-h1">
<?php
if ($slug === 'search-2' || $slug === 'search') {
}else{ ?>
<a href="https://www.kazang.com/"><img src="<?php echo get_stylesheet_directory_uri().'/header_logo.svg'; ?>" /></a>
<?php } ?>
<h1>
<?php if ($slug === 'search-2' || $slug === 'search') { ?>
Municipality Details
<?php }else{
if ($slug === 'municipality') {
?>
To find your municipality, use the below search functionality
<?php }else{ ?>
Information on how to register your spaza shop and food & safety regulations
<?php } } ?>
</h1></div>
<div class="custom-header-nav">
<ul>
<li><a href="http://www.kazang.com/registration-health-and-safety-updates/">Home</a></li>
<li style="margin-left: 30px;"><a href="https://www.kazang.com/municipality/">How to find your muncipality</a></li>
</ul>
</div>
</header>