title = "SSS" url = "/sss" layout = "master" is_hidden = 0 contentType = "html" force_show = 0 [viewBag] localeUrl[en] = "/faq" == param("slug"); $lang = LanguageController::GetLang(); if($lang == 'tr'){ $this->page->meta_title = "Sık Sorulan Sorular - Villa Yapı Prefabrik"; $this->page->meta_description = "Prefabrik üretime dair ihtiyaç duyduğunuz bilgiler ve merak ettiklerinizin yanıtlarını Sık Sorulan Sorular sayfamızda bulabilirsiniz."; $this->page->canonical = "https://villayapi.com/tr/sss/"; $slug = "sss"; }else{ $this->page->meta_title = "FAQ - Villa Yapı Prefabrik"; $this->page->meta_description = "You can find the information you need about prefabricated production and the answers of your curiosity on our frequently asked questions page."; $this->page->canonical = "https://villayapi.com/en/faq/"; $slug = "faq"; } $this->page->turkishlink = "/tr/sss/"; $this->page->englishlink = "/en/faq/"; $details = Db::table('flatart_contentmanager_')->where("status", 1)->where("lang", $lang)->where("slug", $slug)->first(); if(!$details){ return $this->controller->run('404'); } $this['details'] = $details; $this['json'] = json_decode($details->json, true); } ?> ==