You are here

function bs_shortcodes_preprocess_page in Bootstrap Theme Shortcodes 7

File

./bs_shortcodes.module, line 21

Code

function bs_shortcodes_preprocess_page(&$variables) {
  $path = drupal_get_path('module', 'bs_shortcodes');
  drupal_add_js($path . '/inc/js/custom.js', 'file');
  drupal_add_css($path . '/inc/css/shortcodes.css', 'file');
}