index.php 1.54 KB
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<HTML>
<HEAD>
<TITLE>Представляем самую передовую камеру GoPro!</TITLE>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<META Name="KEYWORDS" Content="Представляем самую передовую камеру GoPro!">
<META Name="DESCRIPTION" Content="Представляем самую передовую камеру GoPro!">
<!--<LINK HREF="http://<? print_r($_SERVER['HTTP_HOST']) ?>/css/style.css" TYPE="text/css" REL="stylesheet">-->
<LINK HREF="http://<? print_r($_SERVER['HTTP_HOST']) ?>/promo_hero3plus/css/style.css" TYPE="text/css" REL="stylesheet">
</HEAD>
<BODY>
<div class="main_container_div">
	<div class="site_top">
  		<?php
    		include ("./tpl/top.php");
   		?>
	</div>
	<div class="div_main_block">
  		<?php
    		include ("./tpl/tpl_1.php");
   		?>
	</div>
</div>
<div class="div_bottom">	
  <?php
  	include ("./tpl/bottom.php");
  ?>
</div>
<?
	//$db->closeConnection();
?>

<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-24943363-32']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>
</BODY>
</HTML>