<?
/* start patch for Darren Tieste new host */
ini_set('session.use_trans_sid', 0);
ini_set('session.save_path', '/tmp');
/* end patch */
if($do_init) { //init variables and settings
//locale settings
$time_offset = 0; // (+)16 hours offset from the server time
$default_lang = "en"; //"en" for English
//general website settings
$domain_name = "www.thebeautybook.org";
$title_base = "The Beauty Book";
$company_name = "The Beauty Book";
$copyright_year = "2010";
$site_url = "http://www.thebeautybook.org/";
$site_abn = "";
$site_description = "The Beauty Book - Fund raising for brain cancer research. Photography by Darren Tieste.";
$site_keywords = "the beauty book, darren tieste, photographer, natalie sattler, fund raising, fund raiser, cancer, brain cancer, research, photography, book, coffee table book, celebrities, musicians, top models, models, snog, charity, charitble organization, donations, research, information, doctors, neurosurgeons, oncologists, patholigists, radition, drug, therapy, therapies, tumor, tumors, epidemiology, biology";
$css_file_name = "beautybook.css";
$javascript_includes_array = array("includes/jquery-1.4.2.min.js", "includes/jquery.swfobject.1-0-9.min.js", "includes/jquery.shadow.js", "includes/jquery.ifixpng.js", "includes/jquery.fancyzoom.min.js", "includes/beautybook.js");
//navigation settings
$default_mod = "home";
$home_title = "Home";
$home_href = "index.php?mod=home";
$navbar_array = array(
array('id' => "home", 'super' => "home", 'href' => "index.php?mod=home", 'label' => "Home"),
array('id' => "about", 'super' => "about", 'href' => "index.php?mod=about", 'label' => "About"),
array('id' => "press", 'super' => "press", 'href' => "index.php?mod=press", 'label' => "Press"),
array('id' => "donations", 'super' => "donations", 'href' => "index.php?mod=donations", 'label' => "Donate"),
array('id' => "getinvolved", 'super' => "getinvolved", 'href' => "index.php?mod=getinvolved", 'label' => "Get Involved!"),
array('id' => "contact", 'super' => "contact", 'href' => "index.php?mod=contact", 'label' => "Contact"),
array('id' => "auction", 'super' => "auction", 'href' => "auction.html", 'label' => "Auction", 'target' => '_blank')
);
// array('id' => "register", 'super' => "register", 'href' => "index.php?mod=register", 'label' => "Register"),
//database settings
$db_hostname = "darrentieste.ipagemysql.com";
$db_username = "darrentieste";
$db_pass = "Suzette0508!";
$db_select = "thebeautybook_org";
//database tables names
$pages_table_name = "website_pages";
$admin_table_name = "website_users";
$email_table_name = "website_emails";
$donations_table_name = "website_donations";
//contact page settings
$enquiry_mailto = "contact@thebeautybook.org";
$enquiry_types = array("General Enquiry");
//register page settings
$basecountry = "United States";
//setup secure pages
$secure_mod_array = array("donations");
}
?>