title = "Projeler" url = "/projeler" layout = "master" is_hidden = 0 contentType = "html" force_show = 0 [viewBag] localeUrl[en] = "/projects" == param("slug"); $this['getlang'] = $lang; $this['news'] = Db::table('flatart_contentmanager_')->where("status", 1)->where("lang", $lang)->where("category", "proje")->orderBy("id", "desc")->get(); $this->page->turkishlink = "/tr/projeler/"; $this->page->englishlink = "/en/projects/"; if($this['getlang'] == 'en'){ $this->page->meta_title = "Projects - Villa Yapı Prefabrik"; $this->page->meta_description = "You can browse all our projects and contact us for detailed information about our professional services."; $this->page->canonical = "https://villayapi.com/en/projects/"; }else{ $this->page->meta_title = "Projeler - Villa Yapı Prefabrik"; $this->page->meta_description = "Yer aldığımız tüm projelerimize göz atabilir, profesyonel hizmetlerimiz hakkında detaylı bilgiler için bizimle iletişime geçerek bilgi edinebilirsiniz."; $this->page->canonical = "https://villayapi.com/tr/projeler/"; } } ?> ==
background

{{ "Projeler"|_ }}

{% for item in news %} {% endfor %}