Javascript in every page source

Permalink
Hello.

I see that in every page is included this piece of code

<script type="text/javascript">
    var CCM_DISPATCHER_FILENAME = "/tt2/index.php";
    var CCM_CID = 304;
    var CCM_EDIT_MODE = false;
    var CCM_ARRANGE_MODE = false;
    var CCM_IMAGE_PATH = "/tt2/concrete/images";
    var CCM_TOOLS_PATH = "/tt2/index.php/tools/required";
    var CCM_APPLICATION_URL = "https://localhost/tt2";
    var CCM_REL = "/tt2";
    var CCM_ACTIVE_LOCALE = "en_US";
</script>


Can it be removed in any way or is it essential to C5 functionality?

Thanks.

 
Gondwana replied on at Permalink Reply
Gondwana
CCM is core c5 stuff. I wouldn't mess with it if I were you.
JohntheFish replied on at Permalink Reply
JohntheFish
That's global info read by the core and by many themes and addons. Mess with it and you will likely break your site.
cristi78 replied on at Permalink Reply
I was just curious about it.
Thanks.