Javascrit error?

Permalink
I created the theme with Javascipt, however, it does not show the edit bar above. it showed just the white blank.

Usually, I put the following code on the top in the default.php and it had not caused any problems.

<?php defined('C5_EXECUTE') or die(_("Access Denied.")); ?>
<html>
<?php Loader::element('header_required'); ?>

 
ScottC replied on at Permalink Reply
ScottC
place this inside a head tag :)
check out the theme that ships with concrete5, the default or whatever it is called. That one shows a good basis by which to build upon.
kenichi replied on at Permalink Reply
Thanks a lot!