public function initJQueryFiles()
 {
     $this->config->setOptions(array('basePath' => $this->getBase()));
     if ($this->config->is('ui-enable')) {
         $this->getHelperManager()->get('headScript')->prependFile($this->config->getJQueryUiLibraryPath());
     }
     if ($this->config->is('enable')) {
         $this->getHelperManager()->get('headScript')->prependFile($this->config->getJQueryLibraryPath());
     }
 }