Advertisement
Guest User

Untitled

a guest
May 14th, 2013
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. <?php
  2.  
  3. $site_title = 'Demo sample';
  4. $site_folder = 'http://www.coastline-leisure.co.uk/highfarm/';
  5.  
  6. $park_id = 3482; //park page id
  7. $location_id = 7; //park location id
  8.  
  9. $home_url = '3482';
  10. $about_id = '3485'; //about page id
  11. $cottages_id = '3486'; //cottages page id
  12. $locationpage_id = '3487'; //location page id
  13. $cabin_id = '20'; //log cabin category id
  14. $caravan_id = '16'; //caravan catetory id
  15. $news_id = '27'; //news category id. not sure if you want spesific news for each site. not used at moment
  16. $testi_id = ''; //same like news
  17. $history_id = '3476'; //history page id
  18. $contact_id = '3488'; //contact page id
  19. $test_id = '4768'; //test page for development // page link http://highfarmcountrypark.co.uk/page.php?id=4768
  20. $testtwo_id = ''; //test page for development #02 // page link
  21. $contact_form_id = '1081';
  22. $newsletter_form_id = '1082';
  23. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement