Language ID rework

This commit is contained in:
Deon George
2012-07-30 15:10:58 +10:00
parent 5697e7985b
commit 7b0e87d28c
12 changed files with 51 additions and 13 deletions

View File

@@ -15,7 +15,8 @@ class Email_Template {
private $template;
private $etto;
private $email_data = array();
private $default_lang = 'en';
// @todo Default lang should be the site setup
private $default_lang = 1;
private $components = array('subject','message_text','message_html');
public function __construct($template,$language_id=NULL) {