ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
no_metadata.tpl.php
Go to the documentation of this file.
1<?php
2
3echo('<p>' . $this->t('{core:no_metadata:config_problem}') . '</p>');
4
5echo('<ul>');
6echo('<li>' . $this->t('{core:no_metadata:suggestion_user_link}') . '</li>');
7echo('<li>' . $this->t('{core:no_metadata:suggestion_developer}') . '</li>');
8echo('</ul>');
9
An exception for terminatinating execution or to throw for unit testing.