You are here

public function sweaver_plugin_advanced::sweaver_form_css_js in Sweaver 7

Frontend css and js.

Overrides sweaver_plugin::sweaver_form_css_js

File

plugins/sweaver_plugin_advanced/sweaver_plugin_advanced.inc, line 177
Custom CSS plugin.

Class

sweaver_plugin_advanced
@file Custom CSS plugin.

Code

public function sweaver_form_css_js(&$inline_settings) {
  drupal_add_js(drupal_get_path('module', 'sweaver') . '/plugins/sweaver_plugin_advanced/sweaver_plugin_customcss.js');
  drupal_add_js(drupal_get_path('module', 'sweaver') . '/plugins/sweaver_plugin_advanced/sweaver_plugin_watchdog.js');
}