Commit 40c151a5580a6fc9083d7bbc4c58370211f4f9bd
1 parent
0d93efd1
fix basket
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
src/app/frontend/views/please_return.php
| 1 | +<?php $in_cart = $this->session->get('in_cart', []); ?> | |
| 1 | 2 | <!doctype html> |
| 2 | 3 | <html><head> |
| 3 | 4 | <meta charset="UTF-8"> |
| ... | ... | @@ -438,4 +439,4 @@ $('#VideoModal_1').on('hidden.bs.modal', function() { |
| 438 | 439 | |
| 439 | 440 | |
| 440 | 441 | </body> |
| 441 | 442 | -</html> |
| 443 | +</html> | |
| 442 | 444 | \ No newline at end of file | ... | ... |