ACC SHELL

Path : /srv/www/vhosts/eqnxold/
File Upload :
Current File : /srv/www/vhosts/eqnxold/service-center.php

<?
include "lib/class.mysql.php";
include "lib/class.sablony.php";
include "lib/function.php";
include "lib/class.stranky.php";
include "lib/class.texy.php";
include "lib/class.data.php";

include "lib/config.php";

$page->menu = "";
$page->data['name'] = "Service center Equinox Europe";



$page->connect();      

echo $page->StaticHead();
echo $page->StaticTop();
echo $page->StaticMainMenu();
$bottom = $page->StaticBottom();

$page -> close();      

echo $page -> end;



?>

	<div id="text"><div class="produkt">
		<div class="menu" id="whymenu">
			<h3>Customer Service</h3><p></p>
			<ul>
				<li><a href="warranty-conditions.php"><span>&gt;</span> Warranty Conditions</a></li>
				<li><a href="users-guide.php"><span>&gt;</span> User's Guide</a></li>
				<li><a href="service-center.php"><span>&gt;</span> Service center Equinox Europe</a></li>
			</ul>
		</div>
		<div class="obsah">
			<h1>SERVICE CENTER EQUINOX EUROPE</h1>
			
			<img src='img/servicecenter.png' alt='' style='float: right;' />
			
			<div style="width: 280px;">
				<h2>Service center contact details</h2>
				<p>Extrem Sport Zlin<br/>
				Mr. Ivo Fiser<br/>
				VodnĂ­ 2985  <br/>
				760 01 Zlin<br/>
				Czech Republic
				</p>
			</div>
		</div>
	</div></div>
	
<? echo $bottom; ?>

ACC SHELL 2018