Skip to content

Commit

Permalink
Extra Div
Browse files Browse the repository at this point in the history
Separates Header from Body
  • Loading branch information
gburton committed Nov 30, 2014
1 parent 10966a8 commit c9ea9df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions includes/footer.php
Expand Up @@ -12,6 +12,8 @@

?>

</div>

<footer>
<div class="footer">
<div class="container-fluid">
Expand Down
2 changes: 2 additions & 0 deletions includes/header.php
Expand Up @@ -21,6 +21,8 @@

<div class="clearfix"></div>

<div class="body-sans-header clearfix">

<?php
if (isset($HTTP_GET_VARS['error_message']) && tep_not_null($HTTP_GET_VARS['error_message'])) {
?>
Expand Down

0 comments on commit c9ea9df

Please sign in to comment.