Advertisement
vrondakis

Untitled

Jul 25th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. Pages = [
  2. {
  3. url: "/",
  4. link: "Products",
  5. html:"pages/product_include.html"
  6. },
  7. {
  8. url:"/credits/",
  9. link: "Credits",
  10. html:"pages/credits_include.html",
  11. user:true
  12. },{
  13. url:"/profile/",
  14. link:"Profile",
  15. html:"pages/profile.html",
  16. user:true
  17. },
  18. {
  19. url:"http://google.com/",
  20. link:"Forums",
  21. }
  22. ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement