Server : Apache/2.4.18 (Ubuntu) System : Linux canvaswebdesign 3.13.0-71-generic #114-Ubuntu SMP Tue Dec 1 02:34:22 UTC 2015 x86_64 User : oppastar ( 1041) PHP Version : 7.0.33-0ubuntu0.16.04.15 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, Directory : /var/www/symphony-solusi.co.id/public_html/application/views/template/ |
Upload File : |
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title><?= ucwords($browser_title); ?></title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content="<?= ucwords($meta_description); ?>"> <link href="<?= base_url('uploads/' . $website_icon); ?>" rel="apple-touch-icon" /> <link href="<?= base_url('uploads/' . $website_icon); ?>" rel="apple-touch-icon" sizes="152x152" /> <link href="<?= base_url('uploads/' . $website_icon); ?>" rel="apple-touch-icon" sizes="167x167" /> <link href="<?= base_url('uploads/' . $website_icon); ?>" rel="apple-touch-icon" sizes="180x180" /> <link href="<?= base_url('uploads/' . $website_icon); ?>" rel="icon" sizes="192x192" /> <link href="<?= base_url('uploads/' . $website_icon); ?>" rel="icon" sizes="128x128" /> <script src="https://kit.fontawesome.com/64d9526424.js" crossorigin="anonymous"></script> <link rel="stylesheet" href="https://unpkg.com/swiper/swiper-bundle.min.css" /> <!--[if lt IE 9]> <script src="js/html5shiv.js"></script> <![endif]--> <!-- CSS Files ================================================== --> <link rel="stylesheet" href="<?= base_url('theme/css/bootstrap.css'); ?>" type="text/css"> <link rel="stylesheet" href="<?= base_url('theme/css/animate.css'); ?>" type="text/css"> <link rel="stylesheet" href="<?= base_url('theme/css/owl.carousel.css'); ?>" type="text/css"> <link rel="stylesheet" href="<?= base_url('theme/css/magnific-popup.css'); ?>" type="text/css"> <link rel="stylesheet" href="<?= base_url('theme/css/style.css'); ?>" type="text/css"> <link rel="stylesheet" href="<?= base_url('theme/demo/demo.css'); ?>" type="text/css"> <!-- custom background --> <link rel="stylesheet" href="<?= base_url('theme/css/bg.css'); ?>" type="text/css"> <!-- color scheme --> <link rel="stylesheet" href="<?= base_url('theme/css/color.css'); ?>" type="text/css" id="colors"> <!-- RS5.0 Main Stylesheet --> <link rel="stylesheet" type="text/css" href="<?= base_url('theme/revolution/css/settings.css'); ?>"> <!-- RS5.0 Layers and Navigation Styles --> <link rel="stylesheet" type="text/css" href="<?= base_url('theme/revolution/css/layers.css'); ?>"> <link rel="stylesheet" type="text/css" href="<?= base_url('theme/revolution/css/navigation.css'); ?>"> <style> #contactUsFooter { position: fixed; bottom:100px; right:0px; background:#2d8575; color:white; width:50px; text-align:center; border-top-left-radius:5px; border-bottom-left-radius:5px; padding:1rem; z-index:1000; } #whatsappFooter { position: fixed; bottom:160px; right:0px; background:#00D300; color:white; width:50px; text-align:center; border-top-left-radius:5px; border-bottom-left-radius:5px; padding:1rem; z-index:1000; } #linkedinFooter { position: fixed; bottom:80px; right:0px; background:#0072b1; color:white; width:50px; text-align:center; border-top-left-radius:5px; border-bottom-left-radius:5px; padding:1rem; z-index:1000; } @media (max-width:768px) { #mobileH { background: #000066; width: 100%; height: 60px; display: flex; justify-content: center; align-items: center } } @media (min-width:769px) { #mobileH { display: none !important; } } .grid-sizer, #gallery .item { width: 24.8%; } /* .swiper-container { width: 100%; } */ .swiper-slide { flex-shrink: 0; width: 200px; height: 100%; position: relative; transition-property: transform; } </style> </head> <body id="homepage"> <div id="wrapper"> <!-- header begin --> <header> <div class="container"> <div class="row"> <div class="col-md-12"> <!-- logo begin --> <div id="logo"> <a href="<?= base_url('/') ?>"> <img class="logo" src="<?= base_url('uploads/' . $logo) ?>" alt=""> <img class="logo-2" src="<?= base_url('uploads/' . $logo) ?>" alt=""> </a> </div> <!-- logo close --> <!-- small button begin --> <span id="menu-btn"></span> <!-- small button close --> <!-- mainmenu begin --> <nav> <ul id="mainmenu"> <?php foreach ($top_main_menus as $menu) : ?> <li> <?php if ($menu->menu_type == 'homepage') : ?> <a href="<?= base_url(); ?>"> <?= ucwords($menu->menu) ?> </a> <?php elseif ($menu->menu_type == 'page') : ?> <a href="<?= base_url() . strtolower($menu->menu_link); ?>"> <?= ucwords($menu->menu) ?> </a> <?php elseif ($menu->menu_type == 'sap') : ?> <a href="<?= base_url() . strtolower($menu->menu_link); ?>"> <?= ucwords($menu->menu) ?> </a> <?php elseif ($menu->menu_type == 'category') : ?> <a href="#"> <?= ucwords($menu->menu) ?> </a> <?php else : ?> <a href="<?= base_url() . strtolower($menu->menu_link); ?>"> <?= ucwords($menu->menu) ?> </a> <?php endif; ?> <?php if ($menu->menu_type == 'category') : ?> <?php $categories = $this->db->select('*')->from('categories')->where('status', 1)->where('parent', NULL)->order_by('priority', 'ASC')->get()->result(); ?> <ul> <?php foreach ($categories as $category) : ?> <li> <a href="<?= base_url('category/' . strtolower($category->alias)) ?>"> <?= ucwords($category->category) ?> </a> </li> <?php endforeach ?> </ul> <?php endif ?> <?php if ($menu->menu_type == 'page') : ?> <?php $this->db->select('*')->from('menus')->where('parent_id', $menu->id_menus)->order_by('priority', 'ASC'); $child = $this->db->get()->result(); ?> <ul> <?php foreach ($child as $child_menu) : ?> <li> <a href=" <?php if ($this->session->userdata('site_lang') == 'english') : ?> <?= base_url() . strtolower($child_menu->menu_link_en); ?> <?php else : ?> <?= base_url() . strtolower($child_menu->menu_link); ?> <?php endif; ?> "> <?php if ($this->session->userdata('site_lang') == 'english') : ?> <?= ucfirst($child_menu->menu_en); ?> <?php else : ?> <?= ucfirst($child_menu->menu); ?> <?php endif; ?> </a> </li> <?php endforeach ?> </ul> <?php endif; ?> <?php if ($menu->menu_type == 'sap') : ?> <?php $this->db->select('*')->from('menus')->where('parent_id', $menu->id_menus)->order_by('priority', 'ASC'); $child = $this->db->get()->result(); ?> <ul> <?php foreach ($child as $child_menu) : ?> <li> <a href="<?php if ($this->session->userdata('site_lang') == 'english') : ?> <?= base_url() . strtolower($child_menu->menu_link_en); ?> <?php else : ?> <?= base_url() . strtolower($child_menu->menu_link); ?> <?php endif; ?> "> <?php if ($this->session->userdata('site_lang') == 'english') : ?> <?= ucfirst($child_menu->menu_en); ?> <?php else : ?> <?= ucfirst($child_menu->menu); ?> <?php endif; ?> </a> </li> <?php endforeach ?> </ul> <?php endif; ?> </li> <?php endforeach; ?> <?php $modules_setting = $this->db->select('*')->from('modules')->where('id', 1)->get()->row(); if ($modules_setting->language == "yes") : ?> <?php if ($this->session->userdata('site_lang') != 'english') : ?> <li style="display:none"> <a href="<?= base_url() . 'switch_language/switch_language/english'; ?>" style="padding-left: 0;"> EN </a> | <a href="<?= base_url() . 'switch_language/switch_language/indonesian'; ?>" style="padding-left: 0;" class="active"> ID </a> </li> <?php else : ?> <li style="display:none"> <a href="<?= base_url() . 'switch_language/switch_language/english'; ?>" style="padding-left: 0;" class="active"> EN </a> | <a href="<?= base_url() . 'switch_language/switch_language/indonesian'; ?>" style="padding-left: 0;"> ID </a> </li> <?php endif; ?> <?php endif; ?> </ul> </nav> <!-- mainmenu close --> </div> </div> </header> <!-- header close -->