rciam-theme/themes/ssp/consent/logout_completed.php

10 lines
276 B
PHP

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