Advertisement
Guest User

Untitled

a guest
Dec 8th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. $pages = array(
  2. 'owners.php' => array(
  3. 'title' => 'For Homeowners',
  4. 'img' => 'shareimages-forhomeowners.jpg',
  5. 'fb_text' => 'Free, shareable resources to help your homeowners.',
  6. 'tw_text' => '',
  7. 'gp_text' => '',
  8. ),
  9. 'sellers-and-homeowners.php' => array(
  10. 'title' => 'For Sellers & Homeowners',
  11. 'img' => 'shareimages-sellersandhomeowners.jpg',
  12. 'fb_text' => 'Free, shareable resources to help your seller and homeowners.',
  13. 'tw_text' => '',
  14. 'gp_text' => '',
  15. ),
  16. 'seller.php' => array(
  17. 'title' => 'For Sellers',
  18. 'img' => 'shareimages-forsellers.jpg',
  19. 'fb_text' => 'Free, shareable resources to help your sellers.',
  20. 'tw_text' => '',
  21. 'gp_text' => '',
  22. ),
  23. 'guides-and-resources.php' => array(
  24. 'title' => 'Guides & Resources',
  25. 'img' => 'shareimages-guidesandresources.jpg',
  26. 'fb_text' => 'Free, shareable resources to help your buyers and sellers and help you stay in touch with current homeowners and your past clients.',
  27. 'tw_text' => '',
  28. 'gp_text' => '',
  29. ),
  30. 'the-mortgage-process.php' => array(
  31. 'title' => 'The mortgage process',
  32. 'img' => 'shareimages-themortgageprocess.jpg',
  33. 'fb_text' => 'Free, shareable resources to help your homeowners.',
  34. 'tw_text' => '',
  35. 'gp_text' => '',
  36. ),
  37. 'buying-a-home.php' => array(
  38. 'title' => 'Buying a Home',
  39. 'img' => 'shareimages-buyingahome.jpg',
  40. 'fb_text' => 'Free, shareable resources to help your clients looking to buy a home.',
  41. 'tw_text' => '',
  42. 'gp_text' => '',
  43. ),
  44. 'buyers.php' => array(
  45. 'title' => 'For Buyers',
  46. 'img' => 'shareimages-buyers.jpg',
  47. 'fb_text' => 'Free, shareable resources to help your buyers.',
  48. 'tw_text' => '',
  49. 'gp_text' => '',
  50. ),
  51. 'other-resources.php' => array(
  52. 'title' => 'Other Resources',
  53. 'img' => 'shareimages-otherresources.jpg',
  54. 'fb_text' => 'Free, shareable resources to help your homeowners.',
  55. 'tw_text' => '',
  56. 'gp_text' => '',
  57. ),
  58. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement