ACC SHELL

Path : /srv/www/vhosts/eqnxde/
File Upload :
Current File : /srv/www/vhosts/eqnxde/users-guide.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'] = "User's guide";



$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>USER'S GUIDE</h1>
			
			<p>coming soon</p>
			
			
		</div>
	</div></div>
	
<? echo $bottom; ?>

ACC SHELL 2018