<?php
if (!defined('WEBROOT'))
	exit;

use \ace\Ace;

$twitterAppKey = '';
$twitterAppSecret = '';

$awsAccessKey = '';
$awsAccessSecret = '';
$awsRegion = 'us-east-1';

$googleAnalyticsId = '';


$compile = array(
	'polyfill',
	'chat',
	'fb',
	'fireworks',
	'highlight',
	'loader',
	'pop',
	'req',
	'resource',
	'shadbox',
	'stickyFormVals',
	'tooltip',
	'ui.carousel',
	'ui.instagram',
	'ui.twitter',
);
if (strpos(Ace::g($_SERVER,'HTTP_REFERER',''), 'nochat=1') !== false) array_unshift($compile, 'chat');


$defaultTmz = 'America/Los_Angeles';

