13$this->
data[
'403_header'] = $this->t(
'{authorize:Authorize:403_header}');
14$this->
data[
'403_text'] = $this->t(
'{authorize:Authorize:403_text}');
16$this->includeAtTemplateBase(
'includes/header.php');
18<h1><?
php echo $this->
data[
'403_header']; ?></h1>
19<p><?
php echo $this->
data[
'403_text']; ?></p>
21if (isset($this->
data[
'LogoutURL'])) {
23<p><a href=
"<?php echo htmlspecialchars($this->data['LogoutURL']); ?>"><?
php echo $this->t(
'{status:logout}'); ?></a></p>
28$this->includeAtTemplateBase(
'includes/footer.php');
An exception for terminatinating execution or to throw for unit testing.