ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ 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
libs
composer
vendor
simplesamlphp
simplesamlphp
modules
core
templates
no_metadata.tpl.php
Generated on Sat Jan 18 2025 19:01:10 for ILIAS by
1.8.13 (using
Doxyfile
)