ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
hostnames.php
Go to the documentation of this file.
1<?php
2$this->data['header'] = $this->t('{status:header_diagnostics}');
3$this->includeAtTemplateBase('includes/header.php');
4$this->includeAtTemplateBase('includes/attributes.php');
5
6echo "<h2>" . $this->t('{core:frontpage:link_diagnostics}') . "</h2>";
7
8$attributes = $this->data['attributes'];
9
10echo(present_attributes($this, $attributes, ''));
11
12$this->includeAtTemplateBase('includes/footer.php');
An exception for terminatinating execution or to throw for unit testing.
present_attributes($t, $attributes, $nameParent)
Recursive attribute array listing function.
Definition: getconsent.php:216
$this data['header']
Definition: hostnames.php:2
$attributes
Definition: hostnames.php:8