| Server IP : 103.234.187.230 / Your IP : 216.73.216.216 Web Server : Apache System : Linux lserver42043-ind.megavelocity.net 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64 User : apache ( 48) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/rsdgroup/ |
Upload File : |
<?php
include_once("conf/settings.php");
include_once("conf/func.php");
$getGBrandDetails = getBrandDetails("tblSpecies",3);
?>
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title><?php if($getGBrandDetails[0]['metaTitle']==''){ echo "RSD"; }else{ echo $getGBrandDetails[0]['metaTitle']; } ?></title>
<meta name="Keywords" content="<?php if($getGBrandDetails[0]['metaKeyword']==''){ echo "RSD"; }else{ echo $getGBrandDetails[0]['metaKeyword']; } ?>">
<meta name="Description" content="<?php if($getGBrandDetails[0]['metaDescription']==''){ echo "RSD"; }else{ echo $getGBrandDetails[0]['metaDescription']; } ?>">
<link rel="stylesheet" href="<?php echo @$baseurl;?>css/style.css">
<script type="text/javascript" src="<?php echo @$baseurl;?>js/jquery-1.4.4.min.js"></script>
<!--[if lt IE 9]>
<script src="js/html5.js"></script>
<![endif]-->
</head>
<body>
<!--header start here-->
<?php include_once("inc/header.php"); ?>
<!--header end here-->
<!--section start here-->
<section>
<div class="braedcrumb"><a href="<?php echo @$baseurl;?>">Home</a> > <span><?php echo ucwords($getGBrandDetails[0]['Species_Name']);?></span></div>
<div class="ourPro">
<h1><?php echo ucwords($getGBrandDetails[0]['Species_Name']);?></h1>
<?php echo $getGBrandDetails[0]['Species_Description'];?>
<?php
$category = getCertificates('tblCategory where Species_Id = 3 ORDER BY OrderOfApperance');
$count = 1;
$speciesKey = getCertificates('tblSpecies where Species_Id = 3');
?>
<div class="mainProBox" style="background:url(<?php echo @$baseurl;?>images/ananda_mainimg.jpg) top right no-repeat;">
<div class="mainProBoxIn">
<?php if(sizeof($category)>0): foreach($category as $categoryIndex=> $categoryVal): if($count <= 2): ?>
<div class="productnavBox">
<a href="<?php echo @$baseurl;?><?php echo $speciesKey[0]['species_key'];?>/<?php echo $categoryVal['category_key'];?>.html">
<div class="topname"><?php echo $categoryVal['Category_Name']; ?></div>
<img src="<?php echo @$baseurl;?>cat_images/catBg/<?php echo $categoryVal['Category_Image']; ?>" alt="<?php echo $categoryVal['Category_Name']; ?>" border="0">
</a>
</div>
<?php $count++; endif; endforeach; endif; $count = 1; $category = array_slice($category,2);?>
</div>
<div class="mainProBoxIn">
<?php if(sizeof($category)>0): foreach($category as $categoryIndex=> $categoryVal): if($count <= 3): ?>
<div class="productnavBox">
<a href="<?php echo @$baseurl;?><?php echo $speciesKey[0]['species_key'];?>/<?php echo $categoryVal['category_key'];?>.html">
<div class="topname"><?php echo $categoryVal['Category_Name']; ?></div>
<img src="<?php echo @$baseurl;?>cat_images/catBg/<?php echo $categoryVal['Category_Image']; ?>" alt="Flavoured Milk" border="0">
</a>
</div>
<?php $count++; endif; endforeach; endif; $count = 1; $category = array_slice($category,3); ?>
</div>
<div class="mainProBoxIn"> <?php //echo "<pre/>"; print_r($category); ?>
<?php if(sizeof($category)>0): ?>
<a href="<?php echo @$baseurl;?><?php echo $speciesKey[0]['species_key'];?>/<?php echo $category[0]['category_key'];?>.html">
<div class="productnavBoxLarge" style="background:url(<?php echo @$baseurl;?>cat_images/catBg/<?php echo $category[0]['Category_Image']; ?>) top center no-repeat;">
<div class="topname"><?php echo $category[0]['Category_Name']; ?></div>
</div>
</a>
<?php endif; $category = array_slice($category,1);?>
<?php if(sizeof($category)>0): foreach($category as $categoryIndex=> $categoryVal): if($count <= 4): ?>
<div class="productnavBox">
<a href="<?php echo @$baseurl;?><?php echo $speciesKey[0]['species_key'];?>/<?php echo $categoryVal['category_key'];?>.html">
<div class="topname"><?php echo $categoryVal['Category_Name']; ?></div>
<img src="<?php echo @$baseurl;?>cat_images/catBg/<?php echo $categoryVal['Category_Image']; ?>" alt="<?php echo $categoryVal['Category_Name']; ?>" border="0">
</a>
</div>
<?php $count++; endif; endforeach; endif; $count = 1; $category = array_slice($category,4); ?>
</div>
<div class="mainProBoxIn">
<?php if(sizeof($category)>0): foreach($category as $categoryIndex=> $categoryVal): ?>
<div class="productnavBox">
<a href="<?php echo @$baseurl;?><?php echo $speciesKey[0]['species_key'];?>/<?php echo $categoryVal['category_key'];?>.html">
<div class="topname"><?php echo $categoryVal['Category_Name']; ?></div>
<img src="<?php echo @$baseurl;?>cat_images/catBg/<?php echo $categoryVal['Category_Image']; ?>" alt="<?php echo $categoryVal['Category_Name']; ?>" border="0">
</a>
</div>
<?php $count++; endforeach; endif; $count = 1; //$category = array_slice($category,4); ?>
</div>
<div class="cl"></div></div>
</div>
<!--footer top start here-->
<?php include_once("inc/footer-top.php"); ?>
<!--footer top end here-->
</section>
<!--section end here-->
<!--footer start here-->
<?php include_once("inc/footer.php"); ?>
<!--footer end here-->
</body>
</html>