public function sweaver_plugin_customcss::sweaver_form_css_js in Sweaver 6
Frontend css and js.
Overrides sweaver_plugin::sweaver_form_css_js
File
- plugins/
sweaver_plugin_customcss/ sweaver_plugin_customcss.inc, line 56 - Custom CSS plugin.
Class
- sweaver_plugin_customcss
- @file Custom CSS plugin.
Code
public function sweaver_form_css_js(&$inline_settings) {
drupal_add_js(drupal_get_path('module', 'sweaver') . '/plugins/sweaver_plugin_customcss/sweaver_plugin_customcss.js', 'module');
$inline_settings['sweaver']['invokes'][] = 'sweaver_plugin_customcss';
}