Theme work with focusbusiness and baseadmin
Improvements to NAVBAR, updates to StaticList methods, other minor items Enable product category rendering and other minor improvements Added ADSL-large category price plan
This commit is contained in:
@@ -13,7 +13,6 @@
|
||||
|
||||
return array(
|
||||
'appname' => 'OS Billing', // Our application name, as shown in the title bar of pages
|
||||
'cache_type' => 'file',
|
||||
'email_from' => array('noreply@graytech.net.au'=>'Graytech Hosting'),
|
||||
'email_admin_only'=> array(
|
||||
// 'adsl_traffic_notice'=>array('deon@leenooks.vpn'=>'Deon George'),
|
||||
@@ -24,8 +23,8 @@ return array(
|
||||
),
|
||||
'bsb' => '633-000', // @todo This should come from the DB
|
||||
'accnum' => '120 440 821', // @todo This should come from the DB
|
||||
'theme' => 'yaml', // @todo This should be in the DB
|
||||
'theme_admin' => 'yaml', // @todo This should be in the DB
|
||||
'theme' => 'focusbusiness', // @todo This should be in the DB
|
||||
'theme_admin' => 'baseadmin', // @todo This should be in the DB
|
||||
'tmpdir' => '/tmp',
|
||||
);
|
||||
?>
|
||||
|
Reference in New Issue
Block a user