data['header'] = $this->t('{logout:title}'); $this->includeAtTemplateBase('includes/header.php'); echo('

' . $this->data['header'] . '

'); echo('

' . $this->t('{logout:logged_out_text}') . '

'); if($this->getTag($this->data['text']) !== NULL) { $this->data['text'] = $this->t($this->data['text']); } echo('

[ ' . htmlspecialchars($this->data['text']) . ' ]

'); $this->includeAtTemplateBase('includes/footer.php'); ?>