fixed bad error printing

Signed-off-by: Jerome Jutteau <mojo@couak.net>
This commit is contained in:
Jerome Jutteau 2015-07-16 10:39:01 +02:00
parent 6b53e1f444
commit 86f660ae27

2
f.php
View File

@ -58,7 +58,7 @@ if (count ($link) == 0)
if (count ($link) == 0)
{
require (JIRAFEAU_ROOT.'lib/template/header.php');
echo '<div class="error"><p>' . t('Sorry, the requested file is not found....' . $link_name) .
echo '<div class="error"><p>' . t('Sorry, the requested file is not found') .
'</p></div>';
require (JIRAFEAU_ROOT.'lib/template/footer.php');
exit;