Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title><?php echo $title; ?></title>
- <?php echo $css; ?>
- <meta http-equiv="X-UA-Compatible" content="IE=9" />
- </head>
- <body>
- <div id="wrapper" />
- <div class="top" />
- <div class="cart_list">
- <h3>Your shopping cart</h3>
- <div id="cart_content">
- <?php
- //print_r($this->session->userdata);
- $this->load->view('chcart'); ?>
- </div>
- </div>
- </div>
- <div class="lower" />
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement