No Control Panel?

Permalink
My page begins with:

<?php
defined('C5_EXECUTE') or die("Access Denied.");
$this->inc('elements/header.php'); ?>

...and otherwise renders correct and as I expect but there's no control panel at the top which allows me to add a page, go to control panel, etc.

Halp?

I did some searching, certain I'm not the first person to ask this but didn't find anything so I think I'm not using useful query strings. And I'm quite sure I'll feel dumb when someone points out the error but I'll take humiliation over stumped any day. =)

 
bodhisoma replied on at Permalink Best Answer Reply
Nevermind, figured it out.

Never fails; search for 5 minutes or 50, as soon as I post a help post, three minutes later the solution becomes apparent.

For anyone else with the same problem, I forgot to replace:

<title>Whatever</title>

...with...

<?php Loader::element('header_required'); ?>

Fixed!
DarthProphet replied on at Permalink Reply
in what file .. man I swear you people think the rest of us are mind readers
Vinzent replied on at Permalink Reply
Vinzent
Haha, ive got the same sometimes, also dont forget to copy the same rule to the bottom of your page with footer_required