Skip to content

Commit

Permalink
get_header() and get_footer() methods causing 500 loading error in so…
Browse files Browse the repository at this point in the history
…me sites. removing them.
  • Loading branch information
Srinivas committed Oct 7, 2018
1 parent a1dee81 commit 72e1c76
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions order.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
<?php get_header();?>

<div ng-app="shopping-cart-demo">
<div ng-controller="CheckoutController">

Expand Down Expand Up @@ -82,5 +80,3 @@
<script src="<?php echo plugins_url('js/reconnecting-websocket.min.js', __FILE__);?>"></script>
</div>
</div>

<?php get_footer();?>

0 comments on commit 72e1c76

Please sign in to comment.