function pace_install in PACE - Page load progress bar 7
Implements hook_install().
File
- ./
pace.install, line 11 - Presets PACE theme to minimal upon installation.
Code
function pace_install() {
variable_set('pace_theme', 'pace-theme-minimal.css');
}