Moved Country in Settings to bottom and add config_company_country var to get_settings.php

This commit is contained in:
johnny@pittpc.com
2021-01-20 12:40:02 -05:00
parent 65ed2317dc
commit 9c92974edb
2 changed files with 16 additions and 15 deletions

View File

@@ -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'];