ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
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