mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Moved Country in Settings to bottom and add config_company_country var to get_settings.php
This commit is contained in:
@@ -15,6 +15,7 @@ $config_company_phone = $row['config_company_phone'];
|
||||
if(strlen($config_company_phone)>2){
|
||||
$config_company_phone = substr($row['config_company_phone'],0,3)."-".substr($row['config_company_phone'],3,3)."-".substr($row['config_company_phone'],6,4);
|
||||
}
|
||||
$config_company_country = $row['config_company_country'];
|
||||
$config_company_site = $row['config_company_site'];
|
||||
|
||||
$config_quote_footer = $row['config_quote_footer'];
|
||||
|
||||
Reference in New Issue
Block a user