data['header'] = $this->t('{logout:title}'); $this->includeAtTemplateBase('includes/header.php'); echo('
' . $this->t('{logout:logged_out_text}') . '
'); if($this->getTag($this->data['text']) !== NULL) { $this->data['text'] = $this->t($this->data['text']); } echo(''); $this->includeAtTemplateBase('includes/footer.php'); ?>