title = "Ana Sayfa"
url = "/"
layout = "master"
is_hidden = 0
contentType = "html"
force_show = 0
==
page->turkishlink = "/tr/";
$this->page->englishlink = "/en/";
$this['sliders'] = Db::table('flatart_slider_')->where("status", 1)->where("lang", $lang)->orderBy("sort", "ASC")->get();
$this['news'] = Db::table('flatart_contentmanager_')->where("status", 1)->where("lang", $lang)->where("category", "bizden_haberler")->orderBy("id", "desc")->take(3)->get();
$this['hm_projects'] = Db::table('flatart_contentmanager_')->where("status", 1)->where("lang", $lang)->where("category", "proje")->orderBy("id", "desc")->take(3)->get();
if($lang == 'en'){
$this->page->meta_title = "Villa Yapı Prefabrik | Prefabrik Ev | Konteyner | Hangar | Prefabrik Ofis";
$this->page->meta_description = "Welcome to Villa Yapı, the pioneer of the sector that produces solutions for your prefabricated housing, prefabricated office, container, and hangar needs!";
$this->page->canonical = "https://villayapi.com/en/";
}else{
$this->page->meta_title = "Villa Yapı Prefabrik | Prefabrik Ev | Konteyner | Hangar | Prefabrik Ofis";
$this->page->meta_description = "Prefabrik konut, prefabrik ofis, konteyner, hangar ihtiyaçlarınız için çözümler üreten sektörün öncüsü Villa Yapı'ya hoş geldiniz!";
$this->page->canonical = "https://villayapi.com/tr/";
}
}
?>
==
{% if getlang == 'tr' %}
{% partial 'anasayfa/tr' %}
{% else %}
{% partial 'anasayfa/en' %}
{% endif %}