예제 #1
0
 function loadContentFieldsSettings()
 {
     //load translations
     try {
         Anwi18n::loadTranslationsFromPath($this->getComponentName() . '-settings', $this->getMyComponentDir() . ANWDIR_LANG, $this->isAddon(), $this->getComponentName() . '-settings');
     } catch (AnwException $e) {
     }
 }