/**
  * Constructor
  *
  * @access public
  */
 function __construct()
 {
     parent::__construct();
     $this->title = lang('services_google_analytics_title');
     $this->description = lang('services_google_analytics_description');
 }
示例#2
0
 /**
  * Constructor
  *
  * @access public
  */
 function __construct()
 {
     parent::__construct();
     $this->title = lang('services_sef_title');
     $this->description = lang('services_sef_description');
 }