I made quite a few edits for validation while testing this a few weeks ago and since got sidetracked as usual before I could feedback my changes to the author...but after going back and having a look for ten minutes these seem the only changes necessary to cure the errors.
As always, caveat emptor and BACKUP first...I don't have the moment to check these isolated changes I have just extracted from the file comparison.
tpl_footer.php
PHP Code:
<!--bof-navigation display --><?php // (BOF - 2.1) Responsive DIY Template Default for 1.5.x (65) if (COLUMN_WIDTH == '0') { ?><div id="navSuppWrapper"><?php }else{ ?><div id="navSuppWrapper" class="<?php echo $fluidisFixed; ?>"><?php } //(BOF - 2.1) Responsive DIY Template Default for 1.5.x (65)--> ?><div id="navSupp">
tpl_header.php
PHP Code:
<!--bof-header logo and navigation display--><?phpif (!isset($flag_disable_header) || !$flag_disable_header) {?><?php // (BOF - 2.1) Responsive DIY Template Default for 1.5.x (65) if (COLUMN_WIDTH == '0') {?><div id="headerWrapper"><?php }else{ ?><div id="headerWrapper" class="<?php echo $fluidisFixed; ?>"><?php } // (EOF - 2.1) Responsive DIY Template Default for 1.5.x (65)v ?><!--bof-navigation display-->
tpl_main_page.php
PHP Code:
require($template->get_template_dir('tpl_footer.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_footer.php');?>
<?php // (BOF - 2.1) Responsive DIY Template Default for 1.5.x (65)if (COLUMN_WIDTH == '0'){ ?></div><!--end mainWrapper--><?php } //(EOF - 2.1) Responsive DIY Template Default for 1.5.x (65) ?>
and
PHP Code:
<!--eof- banner #6 display --><?php //(BOF - 2.1) Responsive DIY Template Default for 1.5.x (65)if (COLUMN_WIDTH == '0'){ ?><!--</div>steve removed--><!--really needed? <br class="clearBoth" />--><!--steve was missing closing slash--><?php }else{ ?><?php //do nothing ?><?php } //(EOF - 2.1) Responsive DIY Template Default for 1.5.x (65) ?></body>