<head>
<meta name="description" content=" " /> <!-- enter a description for your website inside the " " -->
<meta name="keywords" content=" " /> <!-- enter a a string of keywords that relate to your website inside the " " -->
<meta http-equiv="Content-Language" content="en-gb" />
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
<link rel="stylesheet" media="screen" type="text/css" href="<?=$this->getStyleSheet('css/style.css')?>" />
<?php Loader::element('header_required'); ?>
</head>
Concrete 5.5+ loads javascript in the footer, this code gets it there.