javascript in

Permalink
hey,

i was wondering what the script generated by c5 in the head is needed for:
<script type="text/javascript">
var CCM_DISPATCHER_FILENAME = '/myfolder/index.php';
var CCM_CID = 1;
var CCM_EDIT_MODE = false;
var CCM_ARRANGE_MODE = false;
var CCM_IMAGE_PATH = "/my/folder/images";
var CCM_TOOLS_PATH = "/nyfolder/index.php/tools/required";
var CCM_APPLICATION_URL = "http://localhost/myfolder";
var CCM_REL = "/Fame";
</script>


and if it can be hidden....

 
MrKDilkington replied on at Permalink Reply
MrKDilkington
Hi micondude,

That is a good question.

One guess is that they are there to provide information to scripts running on the page.
micondude replied on at Permalink Reply
Hmm yeah thoght so, too.

Its a bit awkward though...