Пример #1
0
 /**
  * Get a list of JS files required to display the widget properly
  *
  * @return array
  */
 public function getJSFiles()
 {
     $list = parent::getJSFiles();
     $list[] = 'modules/XC/ThemeTweaker/theme_tweaker_templates/controller.js';
     return $list;
 }