Система регионов

This commit is contained in:
Konstantin
2026-05-30 15:15:57 +03:00
parent 7cd87e901f
commit e843f3019d
18 changed files with 293 additions and 54 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ foreach(['name','email','telephone','address','open', 'comment'] as $item){
}
}
$data['city_list_url'] = $this->url->link('common/city');
$data['city_list_url'] = $this->url->link('common/city', '', true);
return $this->load->view('common/header', $data);
}