ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
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