false, //Cookie expiry time - in seconds 'cookie_expires_in' => 3600*24*30, //30 days //Scripts only in footer if true. Works magically 'scripts_only_in_footer' => true, //PRIORITY JS FILES, in the order they should be displayed 'priority_js_files' => array( 'default/early-themeplugins.js', 'default/early-themescripts.js', 'early-sitescripts.js' ), //JS FILES, in the order they should be displayed 'js_files' => array( 'default/themeplugins.js', 'default/themescripts.js', 'sitescripts.js' ), //CSS FILES, in the order they should be displayed 'css_files' => array( 'reset-and-preset.css', //'main-styles.css', //This is possibly deprecated because scss is too awesome 'sassy.scss', 'print-styles.css', ), )); ?>