function THEMENAME_preprocess_page(&$variables) { // Add custom settings drupal_add_js(array( 'customThemeSettings' => array( 'pathToTheme' => path_to_theme() ) ), 'setting'); }