File "details-20260202011750.php"
Full Path: /home/raylsmit/public_html/m/details-20260202011750.php
File size: 3.11 KB
MIME-type: text/x-php
Charset: utf-8
<?php
// Start of Customizations ******************************************
// 1. Enter the business name
$businessname = "Ray Smith International";
// ******************************************************************
// 2. Enter the filename of the logo image
$logoimage = "mobile-logo.png";
// ******************************************************************
// 3. Enter the width and height of the logo image
$logowidth = "250px";
$logoheight = "100px";
// ******************************************************************
// 4. Enter the full street address of the business
$address1 = "10501 Meakin Drive<br>";
$address2 = "Raleigh NC 27614";
// ******************************************************************
// 5. Enter the main phone number of the business
$workphone = "1 800 439 3052";
// ******************************************************************
// 6. To include a slogan on the homepage, set SLOGAN to true, and type in the slogan
define('SLOGAN', true);// make true to activate the slogan text
define('SLOGAN_TEXT_LINE1', '<strong>The House of Prayer</strong>');
define('SLOGAN_TEXT_LINE2', 'Empowering The Body Of Christ');
// ******************************************************************
// 7. To include a Click to Call button on homepage, set CLICKTOCALL to true and fill in the button text and link
define('CLICKTOCALL', true);// make true to activate Click to Call button
define('BUTTON_TEXT', 'Click to Call');
define('BUTTON_LINK', 'tel:1 800 439 3052');// Phone numbers must start with tel:
// ******************************************************************
// 8. To use Google Analytics set ANALYTICS to true, and fill in an analytics id
define('ANALYTICS', false);// make true to activate analytics
define('ANALYTICS_ID', '');
// ******************************************************************
// 9. To include a social icon set to true and fill in the social url
define('CALL', true);// make true to activate click to call icon
define('CALL_LINK', '1 800 439 3052');
define('FACEBOOK', true);// make true to activate facebook icon
define('FACEBOOK_LINK', 'https://www.facebook.com/pages/Ray-Smith-International/329967840424988');
define('MAP', true);// make true to activate map icon
define('MAP_LINK', './find-us.php');
define('LINKEDIN', true);// make true to activate linkedin icon
define('LINKEDIN_LINK', 'http://www.linkedin.com/pub/ray-smith/28/25a/552');
define('TWITTER', true);// make true to activate twitter icon
define('TWITTER_LINK', 'https://twitter.com/raysmithintl');
// ******************************************************************
// 10. To include a link to desktop site, set DESKTOP to true, and fill in the desktop site URL
define('DESKTOP', true);// make true to activate link to desktop
define('DESKTOP_LINK', 'http://raylsmith.org/#r=off');
// End of Customizations ********************************************************************
header('Content-type: text/html; charset=utf-8' );
header("Cache-Control: max-age=600" );
date_default_timezone_set ('America/New_York');
if(!class_exists('Snippets')) {
require_once dirname(__FILE__).'/snippets.class.php';
}
?>