getContext(); $filename = 'registry/journalSettings.xml'; $paramArray = array( 'indexUrl' => $request->getIndexUrl(), 'journalPath' => $context->getData('path'), 'primaryLocale' => $context->getPrimaryLocale(), 'journalName' => $context->getName($context->getPrimaryLocale()) ); parent::reloadLocalizedDefaultSettings($context->getId(), $filename, $paramArray, $locale); } /** * Get the settings table name. * @return string */ protected function _getTableName() { return 'journal_settings'; } /** * Get the primary key column name. */ protected function _getPrimaryKeyColumn() { return 'journal_id'; } /** * Get the cache name. */ protected function _getCacheName() { return 'journalSettings'; } } ?>