| 1 |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); |
| 2 |
|
| 3 |
require( dirname(__FILE__) . '/_app-common.php' ); |
| 4 |
|
| 5 |
/* base stuff */ |
| 6 |
$config['nts_app_title'] = 'ShiftController'; |
| 7 |
$config['nts_app_url'] = 'http://www.shiftcontroller.com'; |
| 8 |
|
| 9 |
$config['nts_promo_url'] = 'http://www.shiftcontroller.com/order/'; |
| 10 |
$config['nts_promo_title'] = 'ShiftController Pro'; |
| 11 |
$config['nts_track_setup'] = '16:2'; |
| 12 |
|
| 13 |
$config['modules'] = array_merge( $config['modules'], array( |
| 14 |
'wordpress', |
| 15 |
) |
| 16 |
); |