Notice: Undefined index: HTTP_ACCEPT_LANGUAGE in /home/qrmenucom/public_html/menu/themes/menu/includes/header.php on line 8

Hakkımızda

<script>

window.onload = () => {

if(document.querySelector(".copyright .container")){

const item = document.querySelector(".copyright .container");

const link = item.querySelector('a')

link.href = 'http://csmayazilim.com.tr/';

link.textContent = 'CSMA Yazılım';

    item.style.display = 'inline-block';

}


};

</script>

<style>.copyright .container {display:none;}</style>