public function __construct() { parent::__construct(); $this->SetName(GetLang('BuiltInName')); $this->SetDescription(GetLang('BuiltInDescription')); $this->SetHelpText(GetLang('BuiltInHelp')); }
public function __construct() { parent::__construct(); $this->SetName(GetLang('IntenseDebateName')); $this->SetDescription(GetLang('IntenseDebateDescription')); $this->SetHelpText(GetLang('IntenseDebateHelp', array('siteURL' => GetConfig('ShopPathNormal')))); $this->SetImage('intensedebate.gif'); }
public function __construct() { parent::__construct(); $this->SetName(GetLang('DisqusName')); $this->SetDescription(GetLang('DisqusDescription')); $this->SetHelpText(GetLang('DisqusHelp', array('siteURL' => GetConfig('ShopPathNormal')))); $this->SetImage('disqus.gif'); }