42 define(
'DEFAULT_LANG',
'de');
50 $lang = $this->user_obj->getLanguage();
52 if(file_exists($this->tpl->getTemplatePath(
'tpl.pay_terms_conditions_'.$lang.
'.html',
true)))
54 $this->tpl->addBlockFile(
"CONTENT",
"content",
'tpl.pay_terms_conditions_'.
$lang.
'.html',
true);
55 $this->tpl->touchBlock(
'tc');
59 $this->tpl->addBlockFile(
"CONTENT",
"content",
'tpl.pay_terms_conditions_'.DEFAULT_LANG.
'.html',
true);
60 $this->tpl->touchBlock(
'tc');