21                 define(
'DEFAULT_LANG',
'de');
 
   29                 $lang = $this->user_obj->getLanguage();
 
   31                 if(file_exists($this->tpl->getTemplatePath(
'tpl.pay_terms_conditions_'.$lang.
'.html',
false)))
 
   33                         $this->tpl->addBlockFile(
"CONTENT", 
"content",
'tpl.pay_terms_conditions_'.
$lang.
'.html',
'Services/Payment');
 
   34                         $this->tpl->touchBlock(
'tc');
 
   38                         $this->tpl->addBlockFile(
"CONTENT", 
"content",
'tpl.pay_terms_conditions_'.DEFAULT_LANG.
'.html',
'Services/Payment');
 
   39                         $this->tpl->touchBlock(
'tc');