I need to insert the following code header tag.
Which file is responsible for this (path).
Thank you for your reply.
- Code: Select all
<link rel="stylesheet" type="text/css" media="screen,projection" href="cssmap-poland/cssmap-poland.css" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script type="text/javascript" src="http://cssmapsplugin.com/4/jquery.cssmap.js"></script>
<script type="text/javascript">
$(function($){
$('#map-poland').cssMap({'size' : 810});
});
</script>