title = "Fotoğraflar"
url = "/medya/fotograflar"
layout = "master"
is_hidden = 0
contentType = "html"
force_show = 0
[viewBag]
localeUrl[en] = "/media/photos"
==
where("status", 1)->where("lang", $lang)->where("category_type", "fotograf")->orderBy("id", "asc")->get();
$this->page->turkishlink = "/tr/medya/fotograflar/";
$this->page->englishlink = "/en/media/photos/";
if($this['getlang'] == 'en'){
$this->page->meta_title = "Fotoğraflar - Villa Yapı Prefabrik";
$this->page->meta_description = "You can view photos about Villa Yapı's prefabricated house, office and container structures and learn about production processes.";
$this->page->canonical = "https://villayapi.com/en/media/photos/";
}else{
$this->page->meta_title = "Fotoğraflar - Villa Yapı Prefabrik";
$this->page->meta_description = "Villa Yapı'nın prefabrik ev, ofis ve konteyner yapıları ile ilgili fotoğraflar görüntüleyebilir ve üretim süreçleri hakkında bilgi sahibi olabilirsiniz.";
$this->page->canonical = "https://villayapi.com/tr/medya/fotograflar/";
}
}
?>
==
{% for item in items %}
{% endfor %}