Some cleanup, setup improvements and other misc items
This commit is contained in:
@@ -62,6 +62,10 @@ class Company {
|
||||
return $this->so->site_details('fax');
|
||||
}
|
||||
|
||||
public function faq() {
|
||||
return $this->so->site_details('faqurl');
|
||||
}
|
||||
|
||||
public function language() {
|
||||
return $this->so->language;
|
||||
}
|
||||
@@ -80,8 +84,8 @@ class Company {
|
||||
return $this->so->site_details('name');
|
||||
}
|
||||
|
||||
public function module_config($item) {
|
||||
return $this->so->module_config($item);
|
||||
public function module_config($item,array $value=NULL) {
|
||||
return $this->so->module_config($item,$value);
|
||||
}
|
||||
|
||||
public function pcode() {
|
||||
|
Reference in New Issue
Block a user