Данные через loadConfig, а не как глобальные переменные
This commit is contained in:
parent
486ba9f662
commit
c13777d7e3
8 changed files with 21 additions and 26 deletions
14
core/data/city-short.php
Normal file
14
core/data/city-short.php
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
$settings = array(
|
||||
0 => '',
|
||||
1 => 'г.',
|
||||
2 => 'с.',
|
||||
3 => 'п.',
|
||||
4 => 'д.',
|
||||
5 => 'пгт.',
|
||||
6 => 'р.п.',
|
||||
7 => 'ст.',
|
||||
8 => 'а.'
|
||||
);
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue