title = "Kurumsal" url = "/kurumsal" layout = "master" is_hidden = 0 contentType = "html" force_show = 0 [viewBag] localeUrl[en] = "/about-us" == param("slug"); $lang = LanguageController::GetLang(); $details = Db::table('flatart_mediaroom_')->where("status", 0)->where("category_type", "fotograf")->where("slug", "uretim-tesisi-kurumsal")->first(); if(!$details){ return $this->controller->run('404'); } $this['details'] = $details; $this['photos'] = json_decode($details->photos, true); $referanslar = Db::table('flatart_mediaroom_')->where("status", 0)->where("category_type", "fotograf")->where("slug", "referanslar-kurumsal")->first(); $this['referanslar'] = json_decode($referanslar->photos, true); $sertifikalar = Db::table('flatart_mediaroom_')->where("status", 0)->where("category_type", "fotograf")->where("slug", "sertifikalar-kurumsal")->first(); $this['sertifikalar'] = json_decode($sertifikalar->photos, true); $this->page->turkishlink = "/tr/kurumsal/"; $this->page->englishlink = "/en/about-us/"; if($lang == 'tr'){ $this->page->meta_title = "Kurumsal - Villa Yapı Prefabrik"; $this->page->canonical = "https://villayapi.com/".$lang."/kurumsal/"; }else{ $this->page->meta_title = "Corporate - Villa Yapı Prefabrik"; $this->page->canonical = "https://villayapi.com/".$lang."/about-us/"; } } ?> == {% if getlang == 'en' %} {% partial 'kurumsal/en' %} {% endif %} {% if getlang == 'tr' %} {% partial 'kurumsal/tr' %} {% endif %}