My website isn't working - missing header/footer HTML
Permalink 1 user found helpfulhttp://www.oldlightson.com/
stopped rendering correctly. When I look at the source code, it looks as though all of the HTML header and footer information is missing. As far as I know, nothing was done to the site recently. Any thoughts on what is happening here? Thanks.
left_sidebar.php
full_width.php
etc
the following line of code was missing:
<?php
defined('C5_EXECUTE') or die(_("Access Denied."));
$this->inc('elements/header.php'); ?>
I'm fairly certain no one edited this out. How could this have happened?
</div><!-- /contain -->
can't see this div opening tag
Inside your theme folder, edit one of the page type files such as 'right_sidebar.php' or 'full.php' and see whether it has this near the top:
Can you attach the offending page type file to this forum? You will have to rename it to a .txt file to post it here.