Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.87 KB | None | 0 0
  1. <html>
  2.     <head>
  3. <?php
  4. $ecwid_store_id = 617314;
  5. include_once "./ecwid_ajax_indexing.php";
  6. if (!isset($_GET['_escaped_fragment_'])) {
  7. echo '<meta name="fragment" content="!" />';
  8. }
  9. ?>​
  10.         <title>
  11.             My store page title
  12.         </title>
  13.         <meta name="description" content="My store page description"></meta>
  14.     </head>
  15.  
  16.     <body>
  17.         <div id="my-store-1003"></div>
  18.         <div>
  19.         <script type="text/javascript" src="http://app.ecwid.com/script.js?617314" charset="utf-8"></script><script type="text/javascript"> xProductBrowser("categoriesPerRow=3","views=grid(3,3) list(10) table(20)","categoryView=grid","searchView=list","id=my-store-1003");</script>
  20. <?php
  21. echo '<!-- START Google AJAX indexing for Ecwid -->';
  22. echo $ecwid_html_index;
  23. echo '<!-- END Google AJAX indexing for Ecwid -->';
  24. ?>
  25.         </div>
  26.     </body>
  27. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement