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'); ?>
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'); ?>
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.