mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Enhanced Theme: Added Default Settings to control footer colors and opacity.
Other minor code enhancements.
This commit is contained in:
@@ -75,9 +75,9 @@
|
||||
$x++;
|
||||
$orm = new orm;
|
||||
$orm->name('default_settings');
|
||||
$orm->save($array[0]);
|
||||
$orm->save($array[1]);
|
||||
$orm->save($array[2]);
|
||||
foreach ($array as $index => $null) {
|
||||
$orm->save($array[$index]);
|
||||
}
|
||||
$message = $orm->message;
|
||||
//print_r($message);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user