}
$print = $this->writePrint();
- $message = sprintf($this->__('Your browser is not up to date and is not able to run this publication. %sLearn more%s'), '<a href="http://www.whatbrowser.org/intl/' . $this->config->defaultLang . '/" target="_blank">', '</a>');
+ $message = sprintf($this->__('Your browser is not up to date and is not able to run this publication. %sLearn more%s'), '<br /><a href="http://www.whatbrowser.org/intl/' . $this->config->defaultLang . '/" target="_blank">', '</a>');
$splash = '';
if ($this->theme->parametres->logoLoader) {
}
protected function __($str) {
+ if (!isset($this->config->l10n)) {
+ $this->writeLangs();
+ }
+
if (isset($this->config->l10n['default']->$str)) {
return $this->config->l10n['default']->$str;
} else {