public function __construct($ID, $pageID, $identifier = null)
 {
     parent::__construct($ID, $pageID, $identifier);
     $this->settingsFound = false;
     $this->settingsSelf = false;
     $this->setDefaultSettings();
     $this->tplVars->offsetSet('settings', $this->settings);
 }
 public function __construct($ID, $pageID)
 {
     parent::__construct($ID, $pageID, 'element_display_mod');
 }
 public function __construct($ID, $pageID)
 {
     parent::__construct($ID, $pageID, 'element_sitetitle');
 }