MMCT TEAM
Server IP : 103.53.40.154  /  Your IP : 3.17.155.142
Web Server : Apache
System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
User : ppcad7no ( 715)
PHP Version : 8.2.25
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0750) :  /home2/ppcad7no/ntimachinery.com/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home2/ppcad7no/ntimachinery.com/product-detail.php
<?php 
include('conn/config.php');
$prod_tag=product_tags($_GET['alias']);
$contact_details=contact_det();
?>
<!DOCTYPE html>
<html lang="en">
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title><?php echo $prod_tag['ct_pd_title'];?></title>
<meta name="description" content="<?php echo  $prod_tag['ct_pd_mt_ds'];?>">
<link rel="canonical" href="<?php echo  $prod_tag['ct_pd_ky'];?>" />
<meta name="language" content="english">
<?php include 'inc/top-links.php';?>
</head>
<body>
<div class="page-wrapper">
   <?php include 'inc/header.php';?>
    <section class="page-title" style="background-image:url(<?=BASE_URL?>images/background/NTI.png);">
        <div class="auto-container">
            <div class="inner-container clearfix">
                <div class="title-box">
                    <h1><?=$prod_tag['ct_pd_name']?></h1>
                    
                </div>
                <ul class="bread-crumb clearfix">
                    <li><a href="<?=BASE_URL?>">Home</a></li>
                    <li><?=$prod_tag['ct_pd_name']?></li>
                </ul>
            </div>
        </div>
    </section>
    <!--End Page Title-->
    <section class="video-section style-two">
        <div class="outer-box">
            <div class="auto-container">
                <div class="row">
                    <div class="content-column col-lg-6 col-md-12 col-sm-12">
                        <div class="inner-column">
                            <div class="sec-title">
                               
                                <h2><?=$prod_tag['ct_pd_name']?></h2>
                            </div>
                         
                            <div class="text"><?=$prod_tag['small_description']?></div> 
                             <div class="text"><?=$prod_tag['long_description']?></div> 
                             <br>
                             <div class="text">
                                 <a href="<?=BASE_URL?>contact-us.php" class="theme-btn btn-style-one">Yes, I am Interested</a>
                             </div>
                        </div>
                    </div>

                    <!-- Video Column -->
                    <div class="video-column col-lg-6 col-md-12 col-sm-12">
                        <div class="inner-column">
                            <div class="video-box">
                                
                                 <figure class="image">
                                     <?php
									$prod_img=explode(',',$prod_tag['cat_pd_image']);
									foreach ($prod_img as $img)
									{
									?>
									<img src="<?=BASE_URL_IMG?>uploads/product/cat_pd_image/<?=$img?>" alt="">
									 <?php }?>  
    
                                </figure>
                                
                            </div>
                        </div>
                    </div>
                   
                </div>
            </div>
        </div>
    </section>
   <?php include 'inc/footer.php';?>
</body>
</html>

MMCT - 2023