Public Member Functions | |
ilTermsCondition (&$user_obj) | |
show () | |
Data Fields | |
$tpl = null | |
$user_obj = null |
Definition at line 33 of file class.ilTermsCondition.php.
ilTermsCondition::ilTermsCondition | ( | &$ | user_obj | ) |
ilTermsCondition::show | ( | ) |
Definition at line 48 of file class.ilTermsCondition.php.
References $lang.
{ $lang = $this->user_obj->getLanguage(); if(file_exists($this->tpl->getTemplatePath('tpl.pay_terms_conditions_'.$lang.'.html',true))) { $this->tpl->addBlockFile("CONTENT", "content",'tpl.pay_terms_conditions_'.$lang.'.html',true); $this->tpl->touchBlock('tc'); } else { $this->tpl->addBlockFile("CONTENT", "content",'tpl.pay_terms_conditions_'.DEFAULT_LANG.'.html',true); $this->tpl->touchBlock('tc'); } }
ilTermsCondition::$tpl = null |
Definition at line 35 of file class.ilTermsCondition.php.
Referenced by ilTermsCondition().
ilTermsCondition::$user_obj = null |
Definition at line 36 of file class.ilTermsCondition.php.
Referenced by ilTermsCondition().