Shell File Manager
<?php $page = 'products' ?>
<?php
include_once('../include/config.php');
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>CamScan FZCO |Products</title>
<?php
include('../include/header.php');
$log_status = $_GET['log_status'];
?>
<link rel="stylesheet" href="catego.css">
</head>
<body>
<?php
include('../include/nav.php');
?>
<!-- ======= Gallery Section ======= -->
<section id="gallery" class="gallery">
<div class="container" data-aos="fade-up">
<div class="section-title ">
<h2>Product </h2>
<div style="text-align: left; font-size:18px">
<p>From cameras to recorders, cables to HD-SDI signal repeaters, the full range of security surveillance products is covered. Systems integrators and distributors find CamScan FZCO to be the ideal partner when it comes to the variety and comprehensiveness.</p><br>
<p>For your convenience, we offera <a href="../select_tools/Camera_Selection_Tool.php?log_status=<?php print_r($log_status); ?>">Camera Selection Tool </a> that will make camera selection much easier. Alternatively you may browse through all of our products in this <a href="category.php">categorized list.</a> </p><br>
<div class="swiper-pagination"></div>
</div>
</div>
</section><!-- End Gallery Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<?php
include '../include/footer.php';
?>
</body>
</html>
Shell File Manager Version 1.1, Coded By Shell
Email: [email protected]