LiteSpeed Linux server2.poyrazhosting.com 3.10.0-962.3.2.lve1.5.77.el7.x86_64 #1 SMP Mon Dec 12 07:06:14 EST 2022 x86_64 safemode : OFF MySQL: OFF | Perl: OFF | cURL: ON | WGet: OFF > / home / cuneytsener53 / kurumsal4.snrsoft.com.tr / | Server Ip : 104.21.78.54 |
Filename | /home/cuneytsener53/kurumsal4.snrsoft.com.tr/hizmetler.php |
Size | 2.23 kb |
Permission | rw-r--r-- |
Owner | |
Create time | 02-Mar-2025 05:46 |
Last modified | 20-Jul-2018 08:34 |
Last accessed | 04-Apr-2025 15:04 |
Actions | edit | rename | delete | download (gzip) |
View | text | code | image |
<?php
include 'include/menu.php';
$metakey=$db->prepare("SELECT * from meta where meta_id=2");
$metakey->execute(array(0));
$metakeyprint=$metakey->fetch(PDO::FETCH_ASSOC);
?>
<title><?php echo $metakeyprint['meta_title'] ?></title>
<meta name="description" content="<?php echo $metakeyprint['meta_descr'] ?>">
<meta name="keywords" content="<?php echo $metakeyprint['meta_keyword'] ?>">
</head>
<?php
$hizmetsor=$db->prepare("SELECT * from hizmetler");
$hizmetsor->execute();
?>
<!-- Page title -->
<section class="p-t-100 p-b-50 text-light" id="page-title" data-parallax-image="trex/assets/img/genel/data.jpg">
<div id="particles-js" class="particles text-light"></div>
<div class="container">
<div class="breadcrumb">
<ul>
<li><a href="<?php echo $settingsprint['ayar_siteurl']; ?>">AnaSayfa</a> </li>
<li class="active">Hizmetler</li>
</ul>
</div>
<div class="page-title">
<h1>HİZMETLERİMİZ</h1>
</div>
</div>
</section>
<!-- end: Page title -->
<!-- GALERİ -->
<section id="p-t-50">
<div class="container">
<!-- Portfolio -->
<div id="portfolio" class="grid-layout portfolio-3-columns" data-margin="0">
<?php
$hizmetarticle=$db->prepare("SELECT * from hizmetler");
$hizmetarticle->execute(array(0));
while ($hizmetarticleprint=$hizmetarticle->fetch(PDO::FETCH_ASSOC)) { ?>
<!-- portfolio item -->
<div class="portfolio-item light-bg no-overlay img-zoom pf-illustrations pf-uielements pf-media">
<div class="portfolio-item-wrap">
<div class="portfolio-image">
<a href="<?=seo('hizmet-'.$hizmetarticleprint["hizmet_baslik"]).'-'.$hizmetarticleprint["hizmet_id"]?>"><img style="height: 220px; border: 1px solid #f1f1f1;" src="trex/<?php echo $hizmetarticleprint['hizmet_resim']; ?>" alt=""></a>
</div>
<div class="portfolio-description">
<a href="portfolio-page-grid-gallery.html">
<h3><?php echo $hizmetarticleprint['hizmet_baslik'] ?></h3>
</a>
</div>
</div>
</div>
<!-- end: portfolio item -->
<?php } ?>
</div>
<!-- end: Portfolio -->
</div>
</section>
<!-- end: GALERİ -->
<?php include 'include/footer.php'; ?>
include 'include/menu.php';
$metakey=$db->prepare("SELECT * from meta where meta_id=2");
$metakey->execute(array(0));
$metakeyprint=$metakey->fetch(PDO::FETCH_ASSOC);
?>
<title><?php echo $metakeyprint['meta_title'] ?></title>
<meta name="description" content="<?php echo $metakeyprint['meta_descr'] ?>">
<meta name="keywords" content="<?php echo $metakeyprint['meta_keyword'] ?>">
</head>
<?php
$hizmetsor=$db->prepare("SELECT * from hizmetler");
$hizmetsor->execute();
?>
<!-- Page title -->
<section class="p-t-100 p-b-50 text-light" id="page-title" data-parallax-image="trex/assets/img/genel/data.jpg">
<div id="particles-js" class="particles text-light"></div>
<div class="container">
<div class="breadcrumb">
<ul>
<li><a href="<?php echo $settingsprint['ayar_siteurl']; ?>">AnaSayfa</a> </li>
<li class="active">Hizmetler</li>
</ul>
</div>
<div class="page-title">
<h1>HİZMETLERİMİZ</h1>
</div>
</div>
</section>
<!-- end: Page title -->
<!-- GALERİ -->
<section id="p-t-50">
<div class="container">
<!-- Portfolio -->
<div id="portfolio" class="grid-layout portfolio-3-columns" data-margin="0">
<?php
$hizmetarticle=$db->prepare("SELECT * from hizmetler");
$hizmetarticle->execute(array(0));
while ($hizmetarticleprint=$hizmetarticle->fetch(PDO::FETCH_ASSOC)) { ?>
<!-- portfolio item -->
<div class="portfolio-item light-bg no-overlay img-zoom pf-illustrations pf-uielements pf-media">
<div class="portfolio-item-wrap">
<div class="portfolio-image">
<a href="<?=seo('hizmet-'.$hizmetarticleprint["hizmet_baslik"]).'-'.$hizmetarticleprint["hizmet_id"]?>"><img style="height: 220px; border: 1px solid #f1f1f1;" src="trex/<?php echo $hizmetarticleprint['hizmet_resim']; ?>" alt=""></a>
</div>
<div class="portfolio-description">
<a href="portfolio-page-grid-gallery.html">
<h3><?php echo $hizmetarticleprint['hizmet_baslik'] ?></h3>
</a>
</div>
</div>
</div>
<!-- end: portfolio item -->
<?php } ?>
</div>
<!-- end: Portfolio -->
</div>
</section>
<!-- end: GALERİ -->
<?php include 'include/footer.php'; ?>