<?php
  
require_once("../assets/includes/_app_init.php");

$agelock_settings['agelock_main_page'] = true;
include 'agelock.php';
?>

<!DOCTYPE html>
<html lang="en"><head>
	<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $agelock_settings['charset']; ?>">
    <title>Murray's Craft Brewing Co</title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="description" content="">
    <meta name="author" content="">

 
<?php

if($agelock_settings['theme'] == 'dark' || $agelock_settings['theme'] == 'light' || $agelock_settings['theme'] == 'custom' )
{
	include 'themes/'.$agelock_settings['theme'].'.php';
}
else
{
	include 'themes/index.php';
}

?>  


 </body>
	<!-- Backstretch -->
	<script type="text/javascript" src="http://www.murraysbrewingco.com.au/assets/js/jquery.backstretch.min.js"></script>
	<script type="text/javascript">
	$	.backstretch("http://www.murraysbrewingco.com.au/assets/images/hopsBack.jpg");
	</script>
	
	<script>
	$(document).ready(function() {
	
	});
	</script>
</html>