Автозамены регионов
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
class ControllerStartupRegionReplacement extends Controller {
|
||||
public function index() {
|
||||
$this->load->model('localisation/zone');
|
||||
|
||||
$this->response->setReplacements($this->model_localisation_zone->getReplacements());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user