title = "Projeler Kategori" url = "/projeler-kategori/:slug" layout = "master" is_hidden = 0 contentType = "html" force_show = 0 == param("slug"); $this['getlang'] = $lang; $this['project_categories'] = Db::table('flatart_contentmanager_categories')->where("status", 1)->where("lang", $lang)->where("category_type", "proje")->where("slug", $slug)->orderBy("id", "name")->first(); $this['project_categories_list'] = Db::table('flatart_contentmanager_categories')->where("status", 1)->where("lang", $lang)->where("category_type", "proje")->orderBy("id", "name")->get(); $this['news'] = Db::table('flatart_contentmanager_')->where("status", 1)->where("lang", $lang)->where("category", "proje")->where("category_content_id", $this['project_categories']->id)->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 = ""; $this->page->canonical = "https://villayapi.com/en/projects/"; }else{ $this->page->meta_title = "Projeler - Villa Yapı Prefabrik"; $this->page->meta_description = ""; $this->page->canonical = "https://villayapi.com/tr/projeler/"; } } ?> ==
background

{{ "Projeler"|_ }}

{{ "Tüm Projeler"|_ }} {% for item in project_categories_list %} {{ item.name }} {% endfor %}
{% for item in news %} {% endfor %}