Edit toolbar not showing up.

Permalink
<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>

 
glockops replied on at Permalink Reply
glockops
Add the following before the closing </body> tag in your theme files (either in each page type or your footer include if you use one)
<?php Loader::element('footer_required');?>


Concrete 5.5+ loads javascript in the footer, this code gets it there.