Enhanced Theme: Added Default Settings to control footer colors and opacity.

Other minor code enhancements.
This commit is contained in:
Nate Jones
2014-08-17 04:33:57 +00:00
parent f9a760359a
commit ba8a1de67b
5 changed files with 38 additions and 30 deletions

View File

@@ -113,12 +113,9 @@
$x++;
$orm = new orm;
$orm->name('default_settings');
$orm->save($array[0]);
$orm->save($array[1]);
$orm->save($array[2]);
$orm->save($array[3]);
$orm->save($array[4]);
$orm->save($array[5]);
foreach ($array as $index => $null) {
$orm->save($array[$index]);
}
$message = $orm->message;
//print_r($message);
}