ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
no_metadata.tpl.php
Go to the documentation of this file.
1
<?
php
2
3
echo(
'<p>'
. $this->t(
'{core:no_metadata:config_problem}'
) .
'</p>'
);
4
5
echo(
'<ul>'
);
6
echo(
'<li>'
. $this->t(
'{core:no_metadata:suggestion_user_link}'
) .
'</li>'
);
7
echo(
'<li>'
. $this->t(
'{core:no_metadata:suggestion_developer}'
) .
'</li>'
);
8
echo(
'</ul>'
);
9
php
An exception for terminatinating execution or to throw for unit testing.
libs
composer
vendor
simplesamlphp
simplesamlphp
modules
core
templates
no_metadata.tpl.php
Generated on Thu Oct 2 2025 19:01:19 for ILIAS by
1.9.4 (using
Doxyfile
)