public function sweaver_plugin_themeswitch::sweaver_form_css_js in Sweaver 6
Same name and namespace in other branches
- 7 plugins/sweaver_plugin_themeswitch/sweaver_plugin_themeswitch.inc \sweaver_plugin_themeswitch::sweaver_form_css_js()
Frontend css and js.
Overrides sweaver_plugin::sweaver_form_css_js
File
- plugins/
sweaver_plugin_themeswitch/ sweaver_plugin_themeswitch.inc, line 95 - Themeswitch plugin.
Class
- sweaver_plugin_themeswitch
- @file Themeswitch plugin.
Code
public function sweaver_form_css_js(&$inline_settings) {
drupal_add_js(drupal_get_path('module', 'sweaver') . '/plugins/sweaver_plugin_themeswitch/sweaver_plugin_themeswitch.js', 'module');
}