15 lines
420 B
PHP
15 lines
420 B
PHP
<?php
|
|
|
|
$CONFIG = array(
|
|
'title_prefix' => 'Friendship Tours International',
|
|
'email' => 'Friendship Tours Intl <travel@friendshiptours.org>',
|
|
);
|
|
|
|
$FILES = array(
|
|
'news' => $DOCROOT.'/site/data/news.xml',
|
|
'passportinfo' => $DOCROOT.'/site/data/passportinfo.xml',
|
|
'ccinfo' => $DOCROOT.'/site/data/creditcards.xml',
|
|
'linksandnumbers' => $DOCROOT.'/site/data/linksandnumbers.xml',
|
|
);
|
|
|
|
?>
|