public function AddThis::getCoBrand in AddThis 7.4
File
- classes/
AddThis.php, line 340 - An AddThis-class.
Class
- AddThis
- @file An AddThis-class.
Code
public function getCoBrand() {
return variable_get(self::CO_BRAND_KEY, '');
}
public function getCoBrand() {
return variable_get(self::CO_BRAND_KEY, '');
}